Click or drag to resize

DropDockingIndicatorsRounded Class

Draws a window containing rounded docking indicators.
Inheritance Hierarchy

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 class DropDockingIndicatorsRounded : NativeWindow, 
	IDisposable, IDropDockingIndicator

The DropDockingIndicatorsRounded type exposes the following members.

Constructors
  NameDescription
Public methodDropDockingIndicatorsRounded
Initialize a new instance of the DropDockingIndicatorsRounded class.
Top
Properties
  NameDescription
Public propertyHandle
Gets the handle for this window.
(Inherited from NativeWindow.)
Top
Methods
  NameDescription
Public methodAssignHandle
Assigns a handle to this window.
(Inherited from NativeWindow.)
Public methodCreateHandle
Creates a window and its handle with the specified creation parameters.
(Inherited from NativeWindow.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDefWndProc
Invokes the default window procedure associated with this window.
(Inherited from NativeWindow.)
Public methodDestroyHandle
Destroys the window and its handle.
(Inherited from NativeWindow.)
Public methodDispose
Make sure the resources are disposed of gracefully.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases the resources associated with this window.
(Inherited from NativeWindow.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Hide the window from display.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodMouseReset
Ensure the state is updated to reflect the mouse not being over the control.
Protected methodOnHandleChange
Specifies a notification method that is called when the handle for a window is changed.
(Inherited from NativeWindow.)
Protected methodOnThreadException
When overridden in a derived class, manages an unhandled thread exception.
(Inherited from NativeWindow.)
Public methodReleaseHandle
Releases the handle associated with this window.
(Inherited from NativeWindow.)
Public methodScreenMouseMove
Perofrm mouse hit testing against a screen point.
Public methodShowRelative
Show the window relative to provided screen rectangle.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWndProc
Invokes the default window procedure associated with this window.
(Inherited from NativeWindow.)
Top
Extension Methods
See Also