C# Класс ComponentFactory.Krypton.Toolkit.PaletteDragDrop

Storage for drag and drop values.
Наследование: Storage, IPaletteDragDrop
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetDragDropDockActive() публичный Метод

Gets the active color for docking indicators.
public GetDragDropDockActive ( ) : Color
Результат Color

GetDragDropDockBack() публичный Метод

Gets the background color for the docking indicators area.
public GetDragDropDockBack ( ) : Color
Результат Color

GetDragDropDockBorder() публичный Метод

Gets the border color for the docking indicators area.
public GetDragDropDockBorder ( ) : Color
Результат Color

GetDragDropDockInactive() публичный Метод

Gets the inactive color for docking indicators.
public GetDragDropDockInactive ( ) : Color
Результат Color

GetDragDropFeedback() публичный Метод

Gets the feedback drawing method used.
public GetDragDropFeedback ( ) : PaletteDragFeedback
Результат PaletteDragFeedback

GetDragDropSolidBack() публичный Метод

Gets the background color for a solid drag drop area.
public GetDragDropSolidBack ( ) : Color
Результат Color

GetDragDropSolidBorder() публичный Метод

Gets the border color for a solid drag drop area.
public GetDragDropSolidBorder ( ) : Color
Результат Color

GetDragDropSolidOpacity() публичный Метод

Gets the opacity of the solid area.
public GetDragDropSolidOpacity ( ) : float
Результат float

PaletteDragDrop() публичный Метод

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.
Результат System

PopulateFromBase() публичный Метод

Populate values from the base palette.
public PopulateFromBase ( ) : void
Результат void

ResetDropDockActive() публичный Метод

Resets the DropDockActive property to its default value.
public ResetDropDockActive ( ) : void
Результат void

ResetDropDockBack() публичный Метод

Resets the DropDockBack property to its default value.
public ResetDropDockBack ( ) : void
Результат void

ResetDropDockBorder() публичный Метод

Resets the DropDockBorder property to its default value.
public ResetDropDockBorder ( ) : void
Результат void

ResetDropDockInactive() публичный Метод

Resets the DropDockInactive property to its default value.
public ResetDropDockInactive ( ) : void
Результат void

ResetFeedback() публичный Метод

Resets the Feedback property to its default value.
public ResetFeedback ( ) : void
Результат void

ResetSolidBack() публичный Метод

Resets the SolidBack property to its default value.
public ResetSolidBack ( ) : void
Результат void

ResetSolidBorder() публичный Метод

Resets the SolidBorder property to its default value.
public ResetSolidBorder ( ) : void
Результат void

ResetSolidOpacity() публичный Метод

Resets the SolidOpacity property to its default value.
public ResetSolidOpacity ( ) : void
Результат void

SetInherit() публичный Метод

Sets the inheritence parent.
public SetInherit ( IPalette inherit ) : void
inherit IPalette
Результат void