BusyUpdates specifies how the control updates itself
Member of Control (PRIM_CTRL)
Data Type - Enumeration
The BusyUpdates property specifies how the control updates when changed during a busy operation.
Enum Value | Description |
---|---|
Immediate | Update will occur at the next opportunity |
Interval01 | Update will occur approximately every 2 seconds |
Interval02 | Update will occur approximately every 4 seconds |
Interval04 | Update will occur approximately every 8 seconds |
Wait | Update will occur at the end of the busy operation |
Febuary 18 V14SP2