C# Class System.Windows.Forms.ToolStripStatusLabel

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

GetPreferredSize() public méthode

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

OnPaint() protected méthode

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

ToolStripStatusLabel() public méthode

public ToolStripStatusLabel ( ) : System
Résultat System

ToolStripStatusLabel() public méthode

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

ToolStripStatusLabel() public méthode

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

ToolStripStatusLabel() public méthode

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

ToolStripStatusLabel() public méthode

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

ToolStripStatusLabel() public méthode

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