C# 클래스 ComponentFactory.Krypton.Navigator.ButtonSpecNavRemap

Redirect requests for image/text colors to remap.
상속: ComponentFactory.Krypton.Toolkit.PaletteRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ButtonSpecNavRemap ( IPalette target, ButtonSpec buttonSpec, ButtonSpecRemapTarget remapTarget ) : System

Initialize a new instance of the ButtonSpecNavRemapDisabled class.

GetContentImageColorMap ( PaletteContentStyle style, PaletteState state ) : Color

Gets the image color to remap into another color.

GetContentImageColorTo ( PaletteContentStyle style, PaletteState state ) : Color

Gets the color to use in place of the image map color.

GetContentLongTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the first back color for the long text.

GetContentShortTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the first back color for the short text.

비공개 메소드들

메소드 설명
GetRemapTarget ( PaletteContentStyle style, PaletteState state ) : Color
OverrideImageColor ( PaletteState state ) : Color
OverrideTextColor ( PaletteState state ) : bool

메소드 상세

ButtonSpecNavRemap() 공개 메소드

Initialize a new instance of the ButtonSpecNavRemapDisabled class.
public ButtonSpecNavRemap ( IPalette target, ButtonSpec buttonSpec, ButtonSpecRemapTarget remapTarget ) : System
target IPalette Initial palette target for redirection.
buttonSpec ComponentFactory.Krypton.Toolkit.ButtonSpec Reference to button specification.
remapTarget ButtonSpecRemapTarget Target for remapping the color onto.
리턴 System

GetContentImageColorMap() 공개 메소드

Gets the image color to remap into another color.
public GetContentImageColorMap ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetContentImageColorTo() 공개 메소드

Gets the color to use in place of the image map color.
public GetContentImageColorTo ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
리턴 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

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