Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetDragDropDockActive ( ) : Color |
Gets the active color for docking indicators.
|
|
GetDragDropDockBack ( ) : Color |
Gets the background color for the docking indicators area.
|
|
GetDragDropDockBorder ( ) : Color |
Gets the border color for the docking indicators area.
|
|
GetDragDropDockInactive ( ) : Color |
Gets the inactive color for docking indicators.
|
|
GetDragDropFeedback ( ) : PaletteDragFeedback |
Gets the feedback drawing method used.
|
|
GetDragDropSolidBack ( ) : Color |
Gets the background color for a solid drag drop area.
|
|
GetDragDropSolidBorder ( ) : Color |
Gets the border color for a solid drag drop area.
|
|
GetDragDropSolidOpacity ( ) : float |
Gets the opacity of the solid area.
|
|
PaletteDragDrop ( IPalette inherit, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteDragDrop class.
|
|
PopulateFromBase ( ) : void |
Populate values from the base palette.
|
|
ResetDropDockActive ( ) : void |
Resets the DropDockActive property to its default value.
|
|
ResetDropDockBack ( ) : void |
Resets the DropDockBack property to its default value.
|
|
ResetDropDockBorder ( ) : void |
Resets the DropDockBorder property to its default value.
|
|
ResetDropDockInactive ( ) : void |
Resets the DropDockInactive property to its default value.
|
|
ResetFeedback ( ) : void |
Resets the Feedback property to its default value.
|
|
ResetSolidBack ( ) : void |
Resets the SolidBack property to its default value.
|
|
ResetSolidBorder ( ) : void |
Resets the SolidBorder property to its default value.
|
|
ResetSolidOpacity ( ) : void |
Resets the SolidOpacity property to its default value.
|
|
SetInherit ( IPalette inherit ) : void |
Sets the inheritence parent.
|
public GetDragDropFeedback ( ) : PaletteDragFeedback | ||
return | PaletteDragFeedback |
public PaletteDragDrop ( IPalette inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPalette | Source for inheriting values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public SetInherit ( IPalette inherit ) : void | ||
inherit | IPalette | |
return | void |