C# Class ComponentFactory.Krypton.Navigator.DropSolidWindow

Draws a semi-transparent window to indicate a drop rectangle.
Inheritance: System.Windows.Forms.Form
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System

Initialize a new instance of the DropSolidWindow class.

ShowWithoutActivate ( ) : void

Show the window without taking activation.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

WndProc ( Message &m ) : void

Processes Windows messages.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

DropSolidWindow() public method

Initialize a new instance of the DropSolidWindow class.
public DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System
paletteDragDrop IPaletteDragDrop Drawing palette.
renderer IRenderer Drawing renderer.
return System

OnPaint() protected method

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs with event data.
return void

ShowWithoutActivate() public method

Show the window without taking activation.
public ShowWithoutActivate ( ) : void
return void

WndProc() protected method

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
return void