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

Override the text colors for button specs that are drawn on aero glass.
상속: ComponentFactory.Krypton.Toolkit.PaletteRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetContentLongTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the first back color for the long text.

GetContentLongTextColor2 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the second back color for the long text.

GetContentShortTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the first back color for the short text.

GetContentShortTextColor2 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the second back color for the short text.

PaletteRedirectRibbonAeroOverride ( KryptonRibbon ribbon, PaletteRedirect redirect ) : System

Initialize a new instance of the PaletteRedirectRibbonAeroOverride class.

비공개 메소드들

메소드 설명
LightBackground ( Color retColor ) : Color

메소드 상세

GetContentLongTextColor1() 공개 메소드

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetContentLongTextColor2() 공개 메소드

Gets the second back color for the long text.
public GetContentLongTextColor2 ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetContentShortTextColor1() 공개 메소드

Gets the first back color for the short text.
public GetContentShortTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetContentShortTextColor2() 공개 메소드

Gets the second back color for the short text.
public GetContentShortTextColor2 ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

PaletteRedirectRibbonAeroOverride() 공개 메소드

Initialize a new instance of the PaletteRedirectRibbonAeroOverride class.
public PaletteRedirectRibbonAeroOverride ( KryptonRibbon ribbon, PaletteRedirect redirect ) : System
ribbon KryptonRibbon Reference to owning Ribbon instance.
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Source for inheriting values.
리턴 System