Click or drag to resize

Win32ToolBarButton Class

Represents a Windows toolbar button.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Jam.ShellWin32ToolBarButton

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

The Win32ToolBarButton type exposes the following members.

Constructors
 NameDescription
Public methodWin32ToolBarButtonInitializes 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 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
Methods
 NameDescription
Protected methodDisposeReleases the unmanaged resources used by the Win32ToolBarButton and optionally releases the managed resources.
(Overrides ComponentDispose(Boolean))
Public methodToStringReturns a string that represents the Win32ToolBarButton control.
(Overrides ComponentToString)
Top
See Also