C# Class Rsdn.LocUtil.Pane

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Pane ( ) : System

Protected Methods

Method Description
OnEnter ( EventArgs e ) : void

OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void

See Control.OnLayout

OnLeave ( EventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

Method Details

OnEnter() protected method

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

OnLayout() protected method

See Control.OnLayout
protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
return void

OnLeave() protected method

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

OnPaint() protected method

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

Pane() public method

public Pane ( ) : System
return System