Property Integer pbActiveUpdate
| Read Access: | Get pbActiveUpdate to IntegerVariable |
| Write Access: | Set pbActiveUpdate to IntegerVariable/Value |
pbActiveUpdate determines if this action should be refreshed via the idle timer. When true, the Update message will be sent to this item every time the idle timer fires. This is typically used to dynamically refresh a toolbar item's checked state or enabled state and to reflect that change visually.
See the Update message for a full description of this process.
The cCJCommandBarSystem's pbTimerUpdate property must be set true for the idle timer to fire.