C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteDragDrop

Storage for drag and drop values.
상속: Storage, IPaletteDragDrop
파일 보기 프로젝트 열기: Cocotteseb/Krypton

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