Click or drag to resize

Win32ToolBarButton Properties

The Win32ToolBarButton type exposes the following members.

Properties
 NameDescription
Public propertyDropDownMenuGets or sets the menu to be displayed in the drop-down toolbar button.
Public propertyEnabledGets or sets a value indicating whether the button is enabled.
Public propertyImageIndexGets or sets the index value of the image assigned to the button.
Public propertyImageKeyGets or sets the name of the image assigned to the button.
Public propertyNameThe name of the button.
Public propertyParentGets the toolbar control that the toolbar button is assigned to.
Public propertyPartialPushGets or sets a value indicating whether a toggle-style toolbar button is partially pushed.
Public propertyPushedGets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.
Public propertyRectangleGets the bounding rectangle for a toolbar button.
Public propertyStyleGets or sets the style of the toolbar button.
Public propertyTagGets or sets the object that contains data about the toolbar button.
Public propertyTextGets or sets the text displayed on the toolbar button.
Public propertyToolTipTextGets or sets the text that appears as a ToolTip for the button.
Public propertyVisibleGets or sets a value indicating whether the toolbar button is visible.
Public propertyWidthGets or sets the width.
Top
See Also