C# Class CodeVendor.Controls.Grouper

Inheritance: System.Windows.Forms.UserControl
Show file Open project: polserver/poltools Class Usage Examples

Private Properties

Property Type Description
GroupBox_Resize void
InitializeGroupBox void
InitializeStyles void
PaintBack void
PaintGroupText void

Public Methods

Method Description
Grouper ( ) : System

This method will construct a new GroupBox control.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

This method will dispose of the GroupBox control.

OnPaint ( PaintEventArgs e ) : void

Overrides the OnPaint method to paint control.

Private Methods

Method Description
GroupBox_Resize ( object sender, EventArgs e ) : void

This method fires when the GroupBox resize event occurs.

InitializeGroupBox ( ) : void

This method will initialize the GroupBox control.

InitializeStyles ( ) : void

This method will initialize the controls custom styles.

PaintBack ( System g ) : void

This method will paint the control.

PaintGroupText ( System g ) : void

This method will paint the group title.

Method Details

Dispose() protected method

This method will dispose of the GroupBox control.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Grouper() public method

This method will construct a new GroupBox control.
public Grouper ( ) : System
return System

OnPaint() protected method

Overrides the OnPaint method to paint control.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The paint event arguments.
return void