C# Class System.Windows.Forms.ToolStripStatusLabel

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

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

GetPreferredSize() public method

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

OnPaint() protected method

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

ToolStripStatusLabel() public method

public ToolStripStatusLabel ( ) : System
return System

ToolStripStatusLabel() public method

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

ToolStripStatusLabel() public method

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

ToolStripStatusLabel() public method

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

ToolStripStatusLabel() public method

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

ToolStripStatusLabel() public method

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