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

Take into account the current theme when creating an Office 2003 appearance.
상속: PaletteProfessionalSystem
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
GetBackColor1 ( PaletteBackStyle style, PaletteState state ) : Color

Gets the first background color.

GetBackColor2 ( PaletteBackStyle style, PaletteState state ) : Color

Gets the second back color.

GetBackColorStyle ( PaletteBackStyle style, PaletteState state ) : PaletteColorStyle

Gets the color background drawing style.

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.

PaletteProfessionalOffice2003 ( ) : System

Initialize a new instance of the PaletteProfessionalOffice2003 class.

비공개 메소드들

메소드 설명
GenerateColorTable ( ) : KryptonProfessionalKCT

Generate an appropriate color table.

메소드 상세

GetBackColor1() 공개 메소드

Gets the first background color.
public GetBackColor1 ( PaletteBackStyle style, PaletteState state ) : Color
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetBackColor2() 공개 메소드

Gets the second back color.
public GetBackColor2 ( PaletteBackStyle style, PaletteState state ) : Color
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetBackColorStyle() 공개 메소드

Gets the color background drawing style.
public GetBackColorStyle ( PaletteBackStyle style, PaletteState state ) : PaletteColorStyle
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
리턴 PaletteColorStyle

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

PaletteProfessionalOffice2003() 공개 메소드

Initialize a new instance of the PaletteProfessionalOffice2003 class.
public PaletteProfessionalOffice2003 ( ) : System
리턴 System