C# Class IjwFramework.Ui.ToolStripGap

Inheritance: System.Windows.Forms.ToolStripSeparator
Show file Open project: chrisforbes/Ijw.Framework

Public Methods

Method Description
ToolStripGap ( ) : System
ToolStripGap ( int width ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

ToolStripGap() public method

public ToolStripGap ( ) : System
return System

ToolStripGap() public method

public ToolStripGap ( int width ) : System
width int
return System