C# Class System.Windows.Forms.ToolBarButton

Inheritance: System.Windows.Forms.Component
Afficher le fichier Open project: mahasak/dotnet452 Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ToString ( ) : string
ToolBarButton ( ) : System.Runtime.Serialization.Formatters
ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToolBarButton() public méthode

public ToolBarButton ( ) : System.Runtime.Serialization.Formatters
Résultat System.Runtime.Serialization.Formatters

ToolBarButton() public méthode

public ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters
text string
Résultat System.Runtime.Serialization.Formatters