pbActiveUpdate - cCJAction

Determines if this action should be actively updated via the idle timer

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: None

Syntax
 Property Integer pbActiveUpdate

Read Access: Get pbActiveUpdate to IntegerVariable
Write Access: Set pbActiveUpdate to IntegerVariable/Value


Description

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.

See Also

Update | OnUpdate | pbEnabled | pbChecked