C# Class ComponentFactory.Krypton.Navigator.DropSolidWindow

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

Méthodes publiques

Méthode Description
DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System

Initialize a new instance of the DropSolidWindow class.

ShowWithoutActivate ( ) : void

Show the window without taking activation.

Méthodes protégées

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DropSolidWindow() public méthode

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

OnPaint() protected méthode

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

ShowWithoutActivate() public méthode

Show the window without taking activation.
public ShowWithoutActivate ( ) : void
Résultat void

WndProc() protected méthode

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