C# Class Rsdn.LocUtil.PaneDesigner

Summary description for PaneDesigner. Ported by Andre from VB and adapted
Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Mostra file Open project: rsdn/janus

Public Methods

Method Description
Initialize ( IComponent component ) : void

PaneDesigner ( ) : System

Protected Methods

Method Description
OnPaintAdornments ( PaintEventArgs pe ) : void

Method Details

Initialize() public method

public Initialize ( IComponent component ) : void
component IComponent
return void

OnPaintAdornments() protected method

protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

PaneDesigner() public method

public PaneDesigner ( ) : System
return System