Method | Description | |
---|---|---|
KryptonPanelDesigner ( ) : System |
Initialize a new instance of the KryptonPanelDesigner class.
|
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.
|
Method | Description | |
---|---|---|
DrawBorder ( |
protected OnPaintAdornments ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | A PaintEventArgs the designer can use to draw on the control. |
return | void |