Control Bars and Action Controls Logic Verbs

  

DEVELOPER

Control Bars and Action Controls Logic Verbs

You can set and manipulate the properties of Control Bars and Action Controls in logic.

The table lists Control Bar and Action Control Logic Verbs:

Item

Description

Action Controls

 

ACExists

Checks for the existence of a named Action Control.

ACGetButtonImage

Returns the graphic for a named Action Control.

ACGetCaption

Returns the caption for a named Action Control.

ACGetCaptionOnToolbar

Checks if the caption for a named Action Control is turned on.

ACGetChecked

Checks if named Action Control is checked.

ACGetEnabled

Checks if named Action Control is enabled.

ACGetHotKey

Returns the hotkey for a named Action Control.

ACGetTooltip

Returns the tooltip for a named Action Control.

ACGetVisible

Checks if named Action Control is visible.

ACSetButtonImage

Sets the graphic for a named Action Control.

ACSetCaption

Sets the caption for a named Action Control.

ACSetCaptionOnToolbar

Checks if the caption for a named Action Control is turned on.

ACSetChecked

Sets or unsets the Checked property for a named Action Control.

ACSetEnabled

Sets or unsets the Enabled property for a named Action Control.

ACSetHotKey

Enables the creation of hotkeys for Action Controls in logic.

ACSetTooltip

Sets tooltip string for a named Action Control.

ACSetVisible

Sets or unsets the Visible property for a named Action Control.

 

 

Control Bars

 

CBExists

Checks for the existence of a named Control Bar.

CBGetCaption

Returns the caption for a named Control Bar.

CBGetChildName

Returns the Action Control name for a named Control Bar.

CBGetDocked

Checks if Docked property is enabled for a named Control Bar.

CBGetNumChildren

Returns the number of Action Controls for a named Control Bar.

CBGetOrder

Returns the order of a named Control Bar.

CBGetParentsIsApp

Returns whether the Control Bar is at client level.

CBSetCaption

Sets the caption for a named Control Bar.

CBSetOrder

Sets the order (from left to right on a toolbar and from top to bottom on a drop-down list) of a named Control Bar.


 

Comment on this topic

Topic ID: 500495