C# Class System.Windows.Forms.ToolStripSeparator

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

Private Properties

Property Type Description
OnFontChanged void

Public Methods

Method Description
GetPreferredSize ( Size constrainingSize ) : Size
ToolStripSeparator ( ) : System.Drawing

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
SetBounds ( Rectangle rect ) : void

Private Methods

Method Description
OnFontChanged ( EventArgs 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

SetBounds() protected method

protected SetBounds ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

ToolStripSeparator() public method

public ToolStripSeparator ( ) : System.Drawing
return System.Drawing