Skip to content

pbTimerUpdate - cCJCommandBarSystem

Determines if a update should be sent to the commandbar system on a (idle) timed basis

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbTimerUpdate
Access Type Syntax
Read Access: Get pbTimerUpdate to BooleanVariable
Write Access: Set pbTimerUpdate to BooleanVariable/Value

Description

pbTimerUpdate determines if a update should be sent to the commandbar system based on a timed basis.

When true, the message Update is sent to this object via an idle timer. The update method sends the OnUpdate event to itself, the statusbar object and active menu/toolbar items. This is typically used to update the enabled and checked state of "active" menu items (pbActiveUpdate) on a timed basis.

Default is True.