C# Class System.Windows.Forms.ToolStripButton

Inheritance: ToolStripItem
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
OnUIACheckOnClickChangedEvent void

Public Methods

Method 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

Protected Methods

Method Description
OnCheckStateChanged ( EventArgs e ) : void
OnCheckedChanged ( EventArgs e ) : void
OnClick ( EventArgs e ) : void
OnPaint ( System e ) : void

Private Methods

Method Description
OnUIACheckOnClickChangedEvent ( EventArgs args ) : void

Method Details

GetPreferredSize() public method

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
return System.Drawing.Size

OnCheckStateChanged() protected method

protected OnCheckStateChanged ( EventArgs e ) : void
e EventArgs
return void

OnCheckedChanged() protected method

protected OnCheckedChanged ( EventArgs e ) : void
e EventArgs
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e EventArgs
return void

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

ToolStripButton() public method

public ToolStripButton ( ) : System
return System

ToolStripButton() public method

public ToolStripButton ( Image image ) : System
image Image
return System

ToolStripButton() public method

public ToolStripButton ( string text ) : System
text string
return System

ToolStripButton() public method

public ToolStripButton ( string text, Image image ) : System
text string
image Image
return System

ToolStripButton() public method

public ToolStripButton ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
return System

ToolStripButton() public method

public ToolStripButton ( string text, Image image, EventHandler onClick, string name ) : System
text string
image Image
onClick EventHandler
name string
return System