C# Class System.Windows.Forms.ToolBarButton

Inheritance: System.Windows.Forms.Component
Show file Open project: mahasak/dotnet452 Class Usage Examples

Private Properties

Property Type Description
FindButtonIndex int
GetButtonWidth int
GetPushedState bool
GetTBBUTTON System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands void
UpdateButton void
UpdateButton void

Public Methods

Method Description
ToString ( ) : string
ToolBarButton ( ) : System.Runtime.Serialization.Formatters
ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FindButtonIndex ( ) : int
GetButtonWidth ( ) : int
GetPushedState ( ) : bool
GetTBBUTTON ( int commandId ) : System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO ( bool updateText, int newCommandId ) : System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands ( string &value ) : void
UpdateButton ( bool recreate ) : void
UpdateButton ( bool recreate, bool updateText, bool updatePushedState ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ToString() public method

public ToString ( ) : string
return string

ToolBarButton() public method

public ToolBarButton ( ) : System.Runtime.Serialization.Formatters
return System.Runtime.Serialization.Formatters

ToolBarButton() public method

public ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters
text string
return System.Runtime.Serialization.Formatters