C# Class ComponentFactory.Krypton.Docking.ObscureControl

Inheritance: System.Windows.Forms.Control
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

Method Details

OnPaint() protected method

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

OnPaintBackground() protected method

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