C# Class System.Windows.Forms.StatusStrip

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

Private Properties

Property Type Description

Public Methods

Method Description
StatusStrip ( ) : System

Protected Methods

Method Description
CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSpringTableLayoutCore ( ) : void

Method Details

CreateDefaultItem() protected method

protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image Image
onClick EventHandler
return ToolStripItem

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnPaintBackground() protected method

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

OnSpringTableLayoutCore() protected method

protected OnSpringTableLayoutCore ( ) : void
return void

StatusStrip() public method

public StatusStrip ( ) : System
return System