C# 클래스 ComponentFactory.Krypton.Ribbon.PaletteRibbonContextBack

Return inhertied values unless empty in which case return the context color.
상속: IPaletteRibbonBack
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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.

PaletteRibbonContextBack ( KryptonRibbon ribbon ) : System

Initialize a new instance of the PaletteRibbonContextBack class.

SetInherit ( IPaletteRibbonBack inherit ) : void

Sets the inheritence parent.

비공개 메소드들

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

메소드 상세

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

PaletteRibbonContextBack() 공개 메소드

Initialize a new instance of the PaletteRibbonContextBack class.
public PaletteRibbonContextBack ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to ribbon control.
리턴 System

SetInherit() 공개 메소드

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