C# Class ComponentFactory.Krypton.Toolkit.PaletteDragDrop

Storage for drag and drop values.
Inheritance: Storage, IPaletteDragDrop
Afficher le fichier Open project: Cocotteseb/Krypton

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Gets the active color for docking indicators.
public GetDragDropDockActive ( ) : Color
Résultat Color

GetDragDropDockBack() public méthode

Gets the background color for the docking indicators area.
public GetDragDropDockBack ( ) : Color
Résultat Color

GetDragDropDockBorder() public méthode

Gets the border color for the docking indicators area.
public GetDragDropDockBorder ( ) : Color
Résultat Color

GetDragDropDockInactive() public méthode

Gets the inactive color for docking indicators.
public GetDragDropDockInactive ( ) : Color
Résultat Color

GetDragDropFeedback() public méthode

Gets the feedback drawing method used.
public GetDragDropFeedback ( ) : PaletteDragFeedback
Résultat PaletteDragFeedback

GetDragDropSolidBack() public méthode

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

GetDragDropSolidBorder() public méthode

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

GetDragDropSolidOpacity() public méthode

Gets the opacity of the solid area.
public GetDragDropSolidOpacity ( ) : float
Résultat float

PaletteDragDrop() public méthode

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.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

ResetDropDockActive() public méthode

Resets the DropDockActive property to its default value.
public ResetDropDockActive ( ) : void
Résultat void

ResetDropDockBack() public méthode

Resets the DropDockBack property to its default value.
public ResetDropDockBack ( ) : void
Résultat void

ResetDropDockBorder() public méthode

Resets the DropDockBorder property to its default value.
public ResetDropDockBorder ( ) : void
Résultat void

ResetDropDockInactive() public méthode

Resets the DropDockInactive property to its default value.
public ResetDropDockInactive ( ) : void
Résultat void

ResetFeedback() public méthode

Resets the Feedback property to its default value.
public ResetFeedback ( ) : void
Résultat void

ResetSolidBack() public méthode

Resets the SolidBack property to its default value.
public ResetSolidBack ( ) : void
Résultat void

ResetSolidBorder() public méthode

Resets the SolidBorder property to its default value.
public ResetSolidBorder ( ) : void
Résultat void

ResetSolidOpacity() public méthode

Resets the SolidOpacity property to its default value.
public ResetSolidOpacity ( ) : void
Résultat void

SetInherit() public méthode

Sets the inheritence parent.
public SetInherit ( IPalette inherit ) : void
inherit IPalette
Résultat void