IWinToolBar Properties |
The IWinToolBar 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.) | |
wButtonBounds |
Returns the item's bounds. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wButtonCount |
Returns the total number of buttons in the toolbar control.
| |
wButtonID |
Returns the identifier of a toolbar button specified by its index or name.
| |
wButtonPos |
Returns the item's position on the toolbar, from 0. The item is specified by its identifier or name.
| |
wButtonText |
Returns the caption of a toolbar button. The button can be specified by its identifier or position on the control (from 0), if ByPosition is set to true.
| |
wChecked |
Returns true if the item has the Check style and is in the Checked state; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wDisabledImage |
Returns the image that corresponds to the disabled state of the specified control button. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wEllipses |
Returns true if the button's text is cut off and an ellipsis is displayed. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wEnabled |
Returns true if the item is in the Enabled state; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wGrayed |
Returns true if the button is grayed. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wHotImage |
Returns the image that corresponds to the hot state of the specified control button. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wImage |
Returns the image that corresponds to the normal state of the specified control button. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wIsCheckButton |
Returns true if the item has the Check style; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wIsDropDownButton |
Returns true if the specified toolbar button has a drop-down list; else, false. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wIsSeparatorButton |
Returns true if the item is a separator; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wLParam |
Returns an application-defined value associated with the button. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wRowsCount |
Returns the current number of button rows on a toolbar.
| |
wStyle |
Returns the button's styles (see the Toolbar Control and Button Styles topic in MSDN). The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
| |
wVisible |
Returns true if the item is not in the Hidden state; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
|