C# Class ComponentFactory.Krypton.Docking.ObscureControl

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

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

Method Details

OnPaint() protected méthode

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Résultat void

OnPaintBackground() protected méthode

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
Résultat void