Method | Description | |
---|---|---|
DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System |
Initialize a new instance of the DropSolidWindow class.
|
|
ShowWithoutActivate ( ) : void |
Show the window without taking activation.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
WndProc ( |
Processes Windows messages.
|
public DropSolidWindow ( IPaletteDragDrop paletteDragDrop, IRenderer renderer ) : System | ||
paletteDragDrop | IPaletteDragDrop | Drawing palette. |
renderer | IRenderer | Drawing renderer. |
return | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs with event data. |
return | void |
protected WndProc ( |
||
m | The Windows Message to process. | |
return | void |