Click or drag to resize

IDropDockingIndicator Interface

Interface for allowing generic access to drop docking indicator implementations.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IDropDockingIndicator

The IDropDockingIndicator type exposes the following members.

Methods
  NameDescription
Public methodHide
Hide the window from display.
Public methodMouseReset
Ensure the state is updated to reflect the mouse not being over the control.
Public methodScreenMouseMove
Perofrm mouse hit testing against a screen point.
Public methodShowRelative
Show the window relative to provided screen rectangle.
Top
See Also