C# Class System.Windows.Forms.ToolStripButton

Inheritance: ToolStripItem
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
OnUIACheckOnClickChangedEvent void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size
ToolStripButton ( ) : System
ToolStripButton ( Image image ) : System
ToolStripButton ( string text ) : System
ToolStripButton ( string text, Image image ) : System
ToolStripButton ( string text, Image image, EventHandler onClick ) : System
ToolStripButton ( string text, Image image, EventHandler onClick, string name ) : System

Méthodes protégées

Méthode Description
OnCheckStateChanged ( EventArgs e ) : void
OnCheckedChanged ( EventArgs e ) : void
OnClick ( EventArgs e ) : void
OnPaint ( System e ) : void

Private Methods

Méthode Description
OnUIACheckOnClickChangedEvent ( EventArgs args ) : void

Method Details

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
Résultat System.Drawing.Size

OnCheckStateChanged() protected méthode

protected OnCheckStateChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnCheckedChanged() protected méthode

protected OnCheckedChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnClick() protected méthode

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

OnPaint() protected méthode

protected OnPaint ( System e ) : void
e System
Résultat void

ToolStripButton() public méthode

public ToolStripButton ( ) : System
Résultat System

ToolStripButton() public méthode

public ToolStripButton ( Image image ) : System
image Image
Résultat System

ToolStripButton() public méthode

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

ToolStripButton() public méthode

public ToolStripButton ( string text, Image image ) : System
text string
image Image
Résultat System

ToolStripButton() public méthode

public ToolStripButton ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
Résultat System

ToolStripButton() public méthode

public ToolStripButton ( string text, Image image, EventHandler onClick, string name ) : System
text string
image Image
onClick EventHandler
name string
Résultat System