C# Class System.Windows.Forms.ToolStripLabel

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

Private Properties

Property Type Description
OnUIAIsLinkChanged void

Public Methods

Method Description
ToolStripLabel ( ) : System.Drawing
ToolStripLabel ( Image image ) : System.Drawing
ToolStripLabel ( string text ) : System.Drawing
ToolStripLabel ( string text, Image image ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick, string name ) : System.Drawing

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( System e ) : void

Private Methods

Method Description
OnUIAIsLinkChanged ( EventArgs e ) : void

Method Details

OnFontChanged() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnPaint() protected method

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

ToolStripLabel() public method

public ToolStripLabel ( ) : System.Drawing
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( Image image ) : System.Drawing
image Image
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( string text ) : System.Drawing
text string
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( string text, Image image ) : System.Drawing
text string
image Image
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
text string
image Image
isLink bool
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing
text string
image Image
isLink bool
onClick EventHandler
return System.Drawing

ToolStripLabel() public method

public ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick, string name ) : System.Drawing
text string
image Image
isLink bool
onClick EventHandler
name string
return System.Drawing