Click or drag to resize

PaletteDragDrop Class

Storage for drag and drop values.
Inheritance Hierarchy

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 PaletteDragDrop : Storage, 
	IPaletteDragDrop

The PaletteDragDrop type exposes the following members.

Constructors
  NameDescription
Public methodPaletteDragDrop
Initialize a new instance of the PaletteDragDrop class.
Top
Properties
  NameDescription
Public propertyDropDockActive
Gets and sets the active color for docking indicators.
Public propertyDropDockBack
Gets and sets the background color for the docking indicators area.
Public propertyDropDockBorder
Gets and sets the border color for the docking indicators area.
Public propertyDropDockInactive
Gets and sets the inactive color for docking indicators.
Public propertyFeedback
Gets and sets the feedback drawing method used.
Public propertyId
Gets the unique identifier of the object.
(Inherited from GlobalId.)
Public propertyIsDefault
Gets a value indicating if all values are default.
(Overrides StorageIsDefault.)
Public propertyNeedPaint
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage.)
Protected propertyNeedPaintDelegate
Gets access to the need paint delegate.
(Inherited from Storage.)
Public propertySolidBack
Gets and sets the background color for a solid drag drop area.
Public propertySolidBorder
Gets and sets the border color for a solid drag drop area.
Public propertySolidOpacity
Gets and sets the opacity of the solid area.
Top
Methods
  NameDescription
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 methodGetDragDropDockActive
Gets the active color for docking indicators.
Public methodGetDragDropDockBack
Gets the background color for the docking indicators area.
Public methodGetDragDropDockBorder
Gets the border color for the docking indicators area.
Public methodGetDragDropDockInactive
Gets the inactive color for docking indicators.
Public methodGetDragDropFeedback
Gets the feedback drawing method used.
Public methodGetDragDropSolidBack
Gets the background color for a solid drag drop area.
Public methodGetDragDropSolidBorder
Gets the border color for a solid drag drop area.
Public methodGetDragDropSolidOpacity
Gets the opacity of the solid area.
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.)
Protected methodOnNeedPaint
Raises the NeedPaint event.
(Inherited from Storage.)
Public methodPerformNeedPaint
Fires the NeedPaint event.
(Inherited from Storage.)
Public methodPerformNeedPaint(Boolean)
Fires the NeedPaint event.
(Inherited from Storage.)
Public methodPopulateFromBase
Populate values from the base palette.
Public methodResetDropDockActive
Resets the DropDockActive property to its default value.
Public methodResetDropDockBack
Resets the DropDockBack property to its default value.
Public methodResetDropDockBorder
Resets the DropDockBorder property to its default value.
Public methodResetDropDockInactive
Resets the DropDockInactive property to its default value.
Public methodResetFeedback
Resets the Feedback property to its default value.
Public methodResetSolidBack
Resets the SolidBack property to its default value.
Public methodResetSolidBorder
Resets the SolidBorder property to its default value.
Public methodResetSolidOpacity
Resets the SolidOpacity property to its default value.
Public methodSetInherit
Sets the inheritence parent.
Public methodToString
Returns a string that represents the current defaulted state.
(Inherited from Storage.)
Top
Extension Methods
See Also