C# Class ComponentFactory.Krypton.Navigator.DropDockingIndicatorsRounded

Draws a window containing rounded docking indicators.
Inheritance: NativeWindow, IDisposable, IDropDockingIndicator
Afficher le fichier Open project: megakraken/Krypton

Méthodes publiques

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

Private Methods

Méthode Description
UpdateLayeredWindow ( Rectangle rect ) : void

Method Details

Dispose() public méthode

Make sure the resources are disposed of gracefully.
public Dispose ( ) : void
Résultat void

DropDockingIndicatorsRounded() public méthode

Initialize a new instance of the DropDockingIndicatorsRounded class.
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.
Résultat System

Hide() public méthode

Hide the window from display.
public Hide ( ) : void
Résultat void

MouseReset() public méthode

Ensure the state is updated to reflect the mouse not being over the control.
public MouseReset ( ) : void
Résultat void

ScreenMouseMove() public méthode

Perofrm mouse hit testing against a screen point.
public ScreenMouseMove ( Point screenPoint ) : int
screenPoint Point Screen point.
Résultat int

ShowRelative() public méthode

Show the window relative to provided screen rectangle.
public ShowRelative ( Rectangle screenRect ) : void
screenRect Rectangle Screen rectangle.
Résultat void