C# Class XCore.PanelEx

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
PanelEx ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
CalculateWidthOfLeftDockedControls ( ) : void

sets m_widthOfLeftDockedControls

HandleControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnPaint() protected method

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

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

PanelEx() public method

public PanelEx ( ) : System
return System