C# Class ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner

Inheritance: System.Windows.Forms.Design.ScrollableControlDesigner
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonPanelDesigner ( ) : System

Initialize a new instance of the KryptonPanelDesigner class.

Protected Methods

Method Description
OnPaintAdornments ( PaintEventArgs pe ) : void

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

Private Methods

Method Description
DrawBorder ( Graphics graphics ) : void

Method Details

KryptonPanelDesigner() public method

Initialize a new instance of the KryptonPanelDesigner class.
public KryptonPanelDesigner ( ) : System
return System

OnPaintAdornments() protected method

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs A PaintEventArgs the designer can use to draw on the control.
return void