Click or drag to resize

Win32ToolBarButton Properties

The Win32ToolBarButton type exposes the following members.

Properties
  NameDescription
Public propertyDropDownMenu
Gets or sets the menu to be displayed in the drop-down toolbar button.
Public propertyEnabled
Gets or sets a value indicating whether the button is enabled.
Public propertyImageIndex
Gets or sets the index value of the image assigned to the button.
Public propertyImageKey
Gets or sets the name of the image assigned to the button.
Public propertyName
The name of the button.
Public propertyParent
Gets the toolbar control that the toolbar button is assigned to.
Public propertyPartialPush
Gets or sets a value indicating whether a toggle-style toolbar button is partially pushed.
Public propertyPushed
Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.
Public propertyRectangle
Gets the bounding rectangle for a toolbar button.
Public propertyStyle
Gets or sets the style of the toolbar button.
Public propertyTag
Gets or sets the object that contains data about the toolbar button.
Public propertyText
Gets or sets the text displayed on the toolbar button.
Public propertyToolTipText
Gets or sets the text that appears as a ToolTip for the button.
Public propertyVisible
Gets or sets a value indicating whether the toolbar button is visible.
Public propertyWidth
Gets or sets the width.
Top
See Also