Method | Description | |
---|---|---|
Dispose ( ) : void |
Make sure the resources are disposed of gracefully.
|
|
DropDockingIndicatorsRounded ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System |
Initialize a new instance of the DropDockingIndicatorsRounded class.
|
|
Hide ( ) : void |
Hide the window from display.
|
|
MouseReset ( ) : void |
Ensure the state is updated to reflect the mouse not being over the control.
|
|
ScreenMouseMove ( Point screenPoint ) : int |
Perofrm mouse hit testing against a screen point.
|
|
ShowRelative ( Rectangle screenRect ) : void |
Show the window relative to provided screen rectangle.
|
Method | Description | |
---|---|---|
UpdateLayeredWindow ( Rectangle rect ) : void |
public DropDockingIndicatorsRounded ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, bool showLeft, bool showRight, bool showTop, bool showBottom, bool showMiddle ) : System | ||
paletteDragDrop | IPaletteDragDrop | Drawing palette. |
renderer | IRenderer | Drawing renderer. |
showLeft | bool | Show left hot area. |
showRight | bool | Show right hot area. |
showTop | bool | Show top hot area. |
showBottom | bool | Show bottom hot area. |
showMiddle | bool | Show middle hot area. |
return | System |
public ScreenMouseMove ( Point screenPoint ) : int | ||
screenPoint | Point | Screen point. |
return | int |
public ShowRelative ( Rectangle screenRect ) : void | ||
screenRect | Rectangle | Screen rectangle. |
return | void |