C# Class ICSharpCode.Core.ToolBarCheckBox

Inheritance: System.Windows.Forms.ToolStripButton, IStatusUpdate
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ToolBarCheckBox ( Codon codon, object caller ) : System
ToolBarCheckBox ( string text ) : System
UpdateStatus ( ) : void
UpdateText ( ) : void

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void

Method Details

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

ToolBarCheckBox() public méthode

public ToolBarCheckBox ( Codon codon, object caller ) : System
codon Codon
caller object
Résultat System

ToolBarCheckBox() public méthode

public ToolBarCheckBox ( string text ) : System
text string
Résultat System

UpdateStatus() public méthode

public UpdateStatus ( ) : void
Résultat void

UpdateText() public méthode

public UpdateText ( ) : void
Résultat void