Click or drag to resize

IToolBar Properties

The IToolBar type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywButtonCount
Returns the total number of buttons in the toolbar control.
Public propertywButtonPos
Returns the position of item on the toolbar, from 0. item is specified by index, from 0, or by name.
Public propertywButtonText
Returns the name of the button specified by item, which is the button position, from 0.
Public propertywChecked
Returns true if item is in the Checked state, else, false. The button is specified by item, which is the button position, from 0.
Public propertywEnabled
Returns true if item is in the Enabled state, else, false. The button is specified by item, which is the button position, from 0.
Public propertywGrayed
Returns true if the button is grayed. The button is specified by item, which is the button position, from 0.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywIsCheckButton
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.
Public propertywIsDropDownButton
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.
Public propertywIsSeparatorButton
Returns true if item is a separator button, else, false. The button is specified by item, which is the button position, from 0.
Public propertywVisible
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.
Top
See Also