C# Class ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner

Inheritance: System.Windows.Forms.Design.ScrollableControlDesigner
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
KryptonPanelDesigner ( ) : System

Initialize a new instance of the KryptonPanelDesigner class.

Méthodes protégées

Méthode 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

Méthode Description
DrawBorder ( Graphics graphics ) : void

Method Details

KryptonPanelDesigner() public méthode

Initialize a new instance of the KryptonPanelDesigner class.
public KryptonPanelDesigner ( ) : System
Résultat System

OnPaintAdornments() protected méthode

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.
Résultat void