C# Class ComponentFactory.Krypton.Toolkit.PaletteDragDrop

Storage for drag and drop values.
Inheritance: Storage, IPaletteDragDrop
Mostra file Open project: Cocotteseb/Krypton

Private Properties

Property Type Description

Public Methods

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.

Method Details

GetDragDropDockActive() public method

Gets the active color for docking indicators.
public GetDragDropDockActive ( ) : Color
return Color

GetDragDropDockBack() public method

Gets the background color for the docking indicators area.
public GetDragDropDockBack ( ) : Color
return Color

GetDragDropDockBorder() public method

Gets the border color for the docking indicators area.
public GetDragDropDockBorder ( ) : Color
return Color

GetDragDropDockInactive() public method

Gets the inactive color for docking indicators.
public GetDragDropDockInactive ( ) : Color
return Color

GetDragDropFeedback() public method

Gets the feedback drawing method used.
public GetDragDropFeedback ( ) : PaletteDragFeedback
return PaletteDragFeedback

GetDragDropSolidBack() public method

Gets the background color for a solid drag drop area.
public GetDragDropSolidBack ( ) : Color
return Color

GetDragDropSolidBorder() public method

Gets the border color for a solid drag drop area.
public GetDragDropSolidBorder ( ) : Color
return Color

GetDragDropSolidOpacity() public method

Gets the opacity of the solid area.
public GetDragDropSolidOpacity ( ) : float
return float

PaletteDragDrop() public method

Initialize a new instance of the PaletteDragDrop class.
public PaletteDragDrop ( IPalette inherit, NeedPaintHandler needPaint ) : System
inherit IPalette Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void

ResetDropDockActive() public method

Resets the DropDockActive property to its default value.
public ResetDropDockActive ( ) : void
return void

ResetDropDockBack() public method

Resets the DropDockBack property to its default value.
public ResetDropDockBack ( ) : void
return void

ResetDropDockBorder() public method

Resets the DropDockBorder property to its default value.
public ResetDropDockBorder ( ) : void
return void

ResetDropDockInactive() public method

Resets the DropDockInactive property to its default value.
public ResetDropDockInactive ( ) : void
return void

ResetFeedback() public method

Resets the Feedback property to its default value.
public ResetFeedback ( ) : void
return void

ResetSolidBack() public method

Resets the SolidBack property to its default value.
public ResetSolidBack ( ) : void
return void

ResetSolidBorder() public method

Resets the SolidBorder property to its default value.
public ResetSolidBorder ( ) : void
return void

ResetSolidOpacity() public method

Resets the SolidOpacity property to its default value.
public ResetSolidOpacity ( ) : void
return void

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( IPalette inherit ) : void
inherit IPalette
return void