IToolBar Properties |
The IToolBar type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wButtonCount |
Returns the total number of buttons in the toolbar control.
| |
wButtonPos |
Returns the position of item on the toolbar, from 0. item is specified by index, from 0, or by name.
| |
wButtonText |
Returns the name of the button specified by item, which is the button position, from 0.
| |
wChecked |
Returns true if item is in the Checked state, else, false. The button is specified by item, which is the button position, from 0.
| |
wEnabled |
Returns true if item is in the Enabled state, else, false. The button is specified by item, which is the button position, from 0.
| |
wGrayed |
Returns true if the button is grayed. The button is specified by item, which is the button position, from 0.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wIsCheckButton |
Returns true if item behaves as a check box or a radio button, else - false. The button is specified by item, which is the button position, from 0.
| |
wIsDropDownButton |
Returns true if item behaves as a drop-down list, else, false. The button is specified by item, which is the button position, from 0.
| |
wIsSeparatorButton |
Returns true if item is a separator button, else, false. The button is specified by item, which is the button position, from 0.
| |
wVisible |
Returns true if item is not in the Hidden state, else, false. The button is specified by item, which is the button position, from 0.
|