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

Storage for ribbon background values.
상속: Storage, IPaletteRibbonBack
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRibbonBackColor1 ( PaletteState state ) : Color

Gets the first background color for the ribbon item.

GetRibbonBackColor2 ( PaletteState state ) : Color

Gets the second background color for the ribbon item.

GetRibbonBackColor3 ( PaletteState state ) : Color

Gets the third background color for the ribbon item.

GetRibbonBackColor4 ( PaletteState state ) : Color

Gets the fourth background color for the ribbon item.

GetRibbonBackColor5 ( PaletteState state ) : Color

Gets the fifth background color for the ribbon item.

GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle

Gets the background drawing style for the ribbon item.

PaletteRibbonBack ( IPaletteRibbonBack inheritBack, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonBack class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

ResetBackColor1 ( ) : void

Reset the BackColor1 to the default value.

ResetBackColor2 ( ) : void

Reset the BackColor2 to the default value.

ResetBackColor3 ( ) : void

Reset the BackColor3 to the default value.

ResetBackColor4 ( ) : void

Reset the BackColor4 to the default value.

ResetBackColor5 ( ) : void

Reset the BackColor5 to the default value.

SetInherit ( IPaletteRibbonBack inheritBack ) : void

Sets the inheritence parent.

메소드 상세

GetRibbonBackColor1() 공개 메소드

Gets the first background color for the ribbon item.
public GetRibbonBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonBackColor2() 공개 메소드

Gets the second background color for the ribbon item.
public GetRibbonBackColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonBackColor3() 공개 메소드

Gets the third background color for the ribbon item.
public GetRibbonBackColor3 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonBackColor4() 공개 메소드

Gets the fourth background color for the ribbon item.
public GetRibbonBackColor4 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonBackColor5() 공개 메소드

Gets the fifth background color for the ribbon item.
public GetRibbonBackColor5 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonBackColorStyle() 공개 메소드

Gets the background drawing style for the ribbon item.
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRibbonColorStyle

PaletteRibbonBack() 공개 메소드

Initialize a new instance of the PaletteRibbonBack class.
public PaletteRibbonBack ( IPaletteRibbonBack inheritBack, NeedPaintHandler needPaint ) : System
inheritBack IPaletteRibbonBack Source for inheriting background values.
needPaint NeedPaintHandler Delegate for notifying changes in value.
리턴 System

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
리턴 void

ResetBackColor1() 공개 메소드

Reset the BackColor1 to the default value.
public ResetBackColor1 ( ) : void
리턴 void

ResetBackColor2() 공개 메소드

Reset the BackColor2 to the default value.
public ResetBackColor2 ( ) : void
리턴 void

ResetBackColor3() 공개 메소드

Reset the BackColor3 to the default value.
public ResetBackColor3 ( ) : void
리턴 void

ResetBackColor4() 공개 메소드

Reset the BackColor4 to the default value.
public ResetBackColor4 ( ) : void
리턴 void

ResetBackColor5() 공개 메소드

Reset the BackColor5 to the default value.
public ResetBackColor5 ( ) : void
리턴 void

SetInherit() 공개 메소드

Sets the inheritence parent.
public SetInherit ( IPaletteRibbonBack inheritBack ) : void
inheritBack IPaletteRibbonBack
리턴 void