Свойство | Type | Description | |
---|---|---|---|
OnUIAIsLinkChanged | void |
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éthode | Description | |
---|---|---|
OnFontChanged ( EventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnPaint ( System e ) : void |
Méthode | Description | |
---|---|---|
OnUIAIsLinkChanged ( EventArgs e ) : void |
protected OnFontChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
public ToolStripLabel ( Image image ) : System.Drawing | ||
image | Image | |
Résultat | System.Drawing |
public ToolStripLabel ( string text ) : System.Drawing | ||
text | string | |
Résultat | System.Drawing |
public ToolStripLabel ( string text, Image image ) : System.Drawing | ||
text | string | |
image | Image | |
Résultat | System.Drawing |
public ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing | ||
text | string | |
image | Image | |
isLink | bool | |
Résultat | System.Drawing |
public ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing | ||
text | string | |
image | Image | |
isLink | bool | |
onClick | EventHandler | |
Résultat | System.Drawing |
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 |