Click or drag to resize

Win32ToolBarButton Class

Represents a Windows toolbar button.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class Win32ToolBarButton : Component

The Win32ToolBarButton type exposes the following members.

Constructors
  NameDescription
Public methodWin32ToolBarButton
Initializes a new instance of the Win32ToolBarButton class.
Public methodWin32ToolBarButton(String)
Initializes a new instance of the Win32ToolBarButton class and displays the assigned text on the button.
Top
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
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the Win32ToolBarButton and optionally releases the managed resources.
(Overrides ComponentDispose(Boolean).)
Public methodToString
Returns a string that represents the Win32ToolBarButton control.
(Overrides ComponentToString.)
Top
See Also