Click or drag to resize

IQtToolButton Properties

The IQtToolButton 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 propertywChecked
Returns true if the tool button is in the Checked state, else false.
Public propertywEnabled
Returns true if the tool button is in the Enabled state, else false.
Public propertywHasDropDownMenu
Specifies whether the tool button has a drop-down menu.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywIsCheckable
Specifies whether the tool button is checkable.
Public propertywText
Returns the text of the tool button.
Public propertywVisible
Returns true if the tool button is not in the Hidden state, else false.
Top
See Also