C# Class LabelPlus.ToolStripButtonGroup

Afficher le fichier Open project: noodlefighter/LabelPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
IndexChanged EventHandler

Méthodes publiques

Méthode Description
AddButton ( ToolStripButton button ) : bool
ClickButton ( int index ) : bool
DelAllButtons ( ) : void
GetButtonIndex ( object button ) : int
ToolStripButtonGroup ( ToolStrip toolStrip ) : System
this ( int index ) : ToolStripButton

Private Methods

Méthode Description
OnIndexChanged ( ) : void
button_click ( object sender, EventArgs e ) : void
setButtonChecked ( ToolStripButton btn ) : void

Method Details

AddButton() public méthode

public AddButton ( ToolStripButton button ) : bool
button System.Windows.Forms.ToolStripButton
Résultat bool

ClickButton() public méthode

public ClickButton ( int index ) : bool
index int
Résultat bool

DelAllButtons() public méthode

public DelAllButtons ( ) : void
Résultat void

GetButtonIndex() public méthode

public GetButtonIndex ( object button ) : int
button object
Résultat int

ToolStripButtonGroup() public méthode

public ToolStripButtonGroup ( ToolStrip toolStrip ) : System
toolStrip System.Windows.Forms.ToolStrip
Résultat System

this() public méthode

public this ( int index ) : ToolStripButton
index int
Résultat System.Windows.Forms.ToolStripButton

Property Details

IndexChanged public_oe property

public EventHandler IndexChanged
Résultat EventHandler