C# Class System.Windows.Forms.ToolStripLabel

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

Private Properties

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnFontChanged ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( System e ) : void

Private Methods

Méthode Description
OnUIAIsLinkChanged ( EventArgs e ) : void

Method Details

OnFontChanged() protected méthode

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

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnPaint() protected méthode

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

ToolStripLabel() public méthode

public ToolStripLabel ( ) : System.Drawing
Résultat System.Drawing

ToolStripLabel() public méthode

public ToolStripLabel ( Image image ) : System.Drawing
image Image
Résultat System.Drawing

ToolStripLabel() public méthode

public ToolStripLabel ( string text ) : System.Drawing
text string
Résultat System.Drawing

ToolStripLabel() public méthode

public ToolStripLabel ( string text, Image image ) : System.Drawing
text string
image Image
Résultat System.Drawing

ToolStripLabel() public méthode

public ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
text string
image Image
isLink bool
Résultat System.Drawing

ToolStripLabel() public méthode

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

ToolStripLabel() public méthode

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