Click or drag to resize

RenderDragDockingData Class

Aggregates information needed for rendering drag and drop indicators.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitRenderDragDockingData

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class RenderDragDockingData

The RenderDragDockingData type exposes the following members.

Constructors
  NameDescription
Public methodRenderDragDockingData
Initialize a new instance of the PaletteDragData class.
Top
Properties
  NameDescription
Public propertyActiveBottom
Gets and sets the active state of bottom indicator.
Public propertyActiveFlags
Gets the set of flags associated with active
Public propertyActiveLeft
Gets and sets the active state of left indicator.
Public propertyActiveMiddle
Gets and sets the active state of middle indicator.
Public propertyActiveRight
Gets and sets the active state of right indicator.
Public propertyActiveTop
Gets and sets the active state of top indicator.
Public propertyAnyActive
Gets if any of the docking indicators are active.
Public propertyDockWindowSize
Gets and sets size of the docking window required.
Public propertyRectBottom
Gets and sets the hot rectangle of the bottom docking indicator.
Public propertyRectLeft
Gets and sets the hot rectangle of the left docking indicator.
Public propertyRectMiddle
Gets and sets the hot rectangle of the middle docking indicator.
Public propertyRectRight
Gets and sets the hot rectangle of the right docking indicator.
Public propertyRectTop
Gets and sets the hot rectangle of the top docking indicator.
Public propertyShowBack
Gets the visible state of the background.
Public propertyShowBottom
Gets and sets the visible state of the bottom indicator.
Public propertyShowLeft
Gets and sets the visible state of the left indicator.
Public propertyShowMiddle
Gets and sets the visible state of the middle indicator.
Public propertyShowRight
Gets and sets the visible state of the right indicator.
Public propertyShowTop
Gets and sets the visible state of the top indicator.
Top
Methods
  NameDescription
Public methodClearActive
Clear all the active flags.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also