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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRibbonContextTextAlign ( PaletteState state ) : PaletteRelativeAlign

Gets the text alignment for the ribbon context text.

GetRibbonContextTextColor ( PaletteState state ) : Color

Gets the color of the ribbon caption text.

GetRibbonContextTextFont ( PaletteState state ) : Font

Gets the font for the ribbon context text.

GetRibbonDisabledDark ( PaletteState state ) : Color

Gets the dark disabled color used for ribbon glyphs.

GetRibbonDisabledLight ( PaletteState state ) : Color

Gets the light disabled color used for ribbon glyphs.

GetRibbonDropArrowDark ( PaletteState state ) : Color

Gets the color for the drop arrow dark color.

GetRibbonDropArrowLight ( PaletteState state ) : Color

Gets the color for the drop arrow light.

GetRibbonGroupDialogDark ( PaletteState state ) : Color

Gets the color for the dialog launcher dark.

GetRibbonGroupDialogLight ( PaletteState state ) : Color

Gets the color for the dialog launcher light.

GetRibbonGroupSeparatorDark ( PaletteState state ) : Color

Gets the color for the dialog launcher dark.

GetRibbonGroupSeparatorLight ( PaletteState state ) : Color

Gets the color for the dialog launcher light.

GetRibbonMinimizeBarDark ( PaletteState state ) : Color

Gets the color for the ribbon minimize bar dark.

GetRibbonMinimizeBarLight ( PaletteState state ) : Color

Gets the color for the ribbon minimize bar light.

GetRibbonQATButtonDark ( PaletteState state ) : Color

Gets the color for the extra QAT button dark content color.

GetRibbonQATButtonLight ( PaletteState state ) : Color

Gets the color for the extra QAT button light content color.

GetRibbonShape ( ) : PaletteRibbonShape

Gets the ribbon shape.

GetRibbonTabSeparatorColor ( PaletteState state ) : Color

Gets the color for the tab separator.

GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color

Gets the color for the tab context separator.

GetRibbonTextFont ( PaletteState state ) : Font

Gets the font for the ribbon text.

GetRibbonTextHint ( PaletteState state ) : PaletteTextHint

Gets the rendering hint for the ribbon font.

PaletteRibbonGeneral ( IPaletteRibbonGeneral inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonGeneral class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetContextTextAlign ( ) : void

Reset the ContextTextAlign to the default value.

ResetContextTextColor ( ) : void

Resets the ContextTextColor property to its default value.

ResetContextTextFont ( ) : void

Reset the ContextTextFont to the default value.

ResetDisabledDark ( ) : void

Resets the DisabledDark property to its default value.

ResetDisabledLight ( ) : void

Resets the DisabledLight property to its default value.

ResetDropArrowDark ( ) : void

Resets the DropArrowDark property to its default value.

ResetDropArrowLight ( ) : void

Resets the DropArrowLight property to its default value.

ResetGroupDialogDark ( ) : void

Resets the GroupDialogDark property to its default value.

ResetGroupDialogLight ( ) : void

Resets the GroupDialogLight property to its default value.

ResetGroupSeparatorDark ( ) : void

Resets the GroupDialogDark property to its default value.

ResetGroupSeparatorLight ( ) : void

Resets the GroupSeparatorLight property to its default value.

ResetMinimizeBarDarkColor ( ) : void

Resets the MinimizeBarDarkColor property to its default value.

ResetMinimizeBarLightColor ( ) : void

Resets the MinimizeBarLightColor property to its default value.

ResetQATButtonDarkColor ( ) : void

Resets the QATButtonDarkColor property to its default value.

ResetQATButtonLightColor ( ) : void

Resets the QATButtonLightColor property to its default value.

ResetRibbonShape ( ) : void

Resets the RibbonShape property to its default value.

ResetTabSeparatorColor ( ) : void

Resets the TabSeparatorColor property to its default value.

ResetTabSeparatorContextColor ( ) : void

Resets the TabSeparatorContextColor property to its default value.

ResetTextFont ( ) : void

Reset the TextFont to the default value.

ResetTextHint ( ) : void

Reset the TextHint to the default value.

SetInherit ( IPaletteRibbonGeneral inherit ) : void

Sets the inheritence parent.

메소드 상세

GetRibbonContextTextAlign() 공개 메소드

Gets the text alignment for the ribbon context text.
public GetRibbonContextTextAlign ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRelativeAlign

GetRibbonContextTextColor() 공개 메소드

Gets the color of the ribbon caption text.
public GetRibbonContextTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonContextTextFont() 공개 메소드

Gets the font for the ribbon context text.
public GetRibbonContextTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font

GetRibbonDisabledDark() 공개 메소드

Gets the dark disabled color used for ribbon glyphs.
public GetRibbonDisabledDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonDisabledLight() 공개 메소드

Gets the light disabled color used for ribbon glyphs.
public GetRibbonDisabledLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonDropArrowDark() 공개 메소드

Gets the color for the drop arrow dark color.
public GetRibbonDropArrowDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonDropArrowLight() 공개 메소드

Gets the color for the drop arrow light.
public GetRibbonDropArrowLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonGroupDialogDark() 공개 메소드

Gets the color for the dialog launcher dark.
public GetRibbonGroupDialogDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonGroupDialogLight() 공개 메소드

Gets the color for the dialog launcher light.
public GetRibbonGroupDialogLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonGroupSeparatorDark() 공개 메소드

Gets the color for the dialog launcher dark.
public GetRibbonGroupSeparatorDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonGroupSeparatorLight() 공개 메소드

Gets the color for the dialog launcher light.
public GetRibbonGroupSeparatorLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonMinimizeBarDark() 공개 메소드

Gets the color for the ribbon minimize bar dark.
public GetRibbonMinimizeBarDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonMinimizeBarLight() 공개 메소드

Gets the color for the ribbon minimize bar light.
public GetRibbonMinimizeBarLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonQATButtonDark() 공개 메소드

Gets the color for the extra QAT button dark content color.
public GetRibbonQATButtonDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonQATButtonLight() 공개 메소드

Gets the color for the extra QAT button light content color.
public GetRibbonQATButtonLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonShape() 공개 메소드

Gets the ribbon shape.
public GetRibbonShape ( ) : PaletteRibbonShape
리턴 PaletteRibbonShape

GetRibbonTabSeparatorColor() 공개 메소드

Gets the color for the tab separator.
public GetRibbonTabSeparatorColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonTabSeparatorContextColor() 공개 메소드

Gets the color for the tab context separator.
public GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetRibbonTextFont() 공개 메소드

Gets the font for the ribbon text.
public GetRibbonTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
리턴 System.Drawing.Font

GetRibbonTextHint() 공개 메소드

Gets the rendering hint for the ribbon font.
public GetRibbonTextHint ( PaletteState state ) : PaletteTextHint
state PaletteState Palette value should be applicable to this state.
리턴 PaletteTextHint

PaletteRibbonGeneral() 공개 메소드

Initialize a new instance of the PaletteRibbonGeneral class.
public PaletteRibbonGeneral ( IPaletteRibbonGeneral inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteRibbonGeneral Source for inheriting general values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( ) : void
리턴 void

ResetContextTextAlign() 공개 메소드

Reset the ContextTextAlign to the default value.
public ResetContextTextAlign ( ) : void
리턴 void

ResetContextTextColor() 공개 메소드

Resets the ContextTextColor property to its default value.
public ResetContextTextColor ( ) : void
리턴 void

ResetContextTextFont() 공개 메소드

Reset the ContextTextFont to the default value.
public ResetContextTextFont ( ) : void
리턴 void

ResetDisabledDark() 공개 메소드

Resets the DisabledDark property to its default value.
public ResetDisabledDark ( ) : void
리턴 void

ResetDisabledLight() 공개 메소드

Resets the DisabledLight property to its default value.
public ResetDisabledLight ( ) : void
리턴 void

ResetDropArrowDark() 공개 메소드

Resets the DropArrowDark property to its default value.
public ResetDropArrowDark ( ) : void
리턴 void

ResetDropArrowLight() 공개 메소드

Resets the DropArrowLight property to its default value.
public ResetDropArrowLight ( ) : void
리턴 void

ResetGroupDialogDark() 공개 메소드

Resets the GroupDialogDark property to its default value.
public ResetGroupDialogDark ( ) : void
리턴 void

ResetGroupDialogLight() 공개 메소드

Resets the GroupDialogLight property to its default value.
public ResetGroupDialogLight ( ) : void
리턴 void

ResetGroupSeparatorDark() 공개 메소드

Resets the GroupDialogDark property to its default value.
public ResetGroupSeparatorDark ( ) : void
리턴 void

ResetGroupSeparatorLight() 공개 메소드

Resets the GroupSeparatorLight property to its default value.
public ResetGroupSeparatorLight ( ) : void
리턴 void

ResetMinimizeBarDarkColor() 공개 메소드

Resets the MinimizeBarDarkColor property to its default value.
public ResetMinimizeBarDarkColor ( ) : void
리턴 void

ResetMinimizeBarLightColor() 공개 메소드

Resets the MinimizeBarLightColor property to its default value.
public ResetMinimizeBarLightColor ( ) : void
리턴 void

ResetQATButtonDarkColor() 공개 메소드

Resets the QATButtonDarkColor property to its default value.
public ResetQATButtonDarkColor ( ) : void
리턴 void

ResetQATButtonLightColor() 공개 메소드

Resets the QATButtonLightColor property to its default value.
public ResetQATButtonLightColor ( ) : void
리턴 void

ResetRibbonShape() 공개 메소드

Resets the RibbonShape property to its default value.
public ResetRibbonShape ( ) : void
리턴 void

ResetTabSeparatorColor() 공개 메소드

Resets the TabSeparatorColor property to its default value.
public ResetTabSeparatorColor ( ) : void
리턴 void

ResetTabSeparatorContextColor() 공개 메소드

Resets the TabSeparatorContextColor property to its default value.
public ResetTabSeparatorContextColor ( ) : void
리턴 void

ResetTextFont() 공개 메소드

Reset the TextFont to the default value.
public ResetTextFont ( ) : void
리턴 void

ResetTextHint() 공개 메소드

Reset the TextHint to the default value.
public ResetTextHint ( ) : void
리턴 void

SetInherit() 공개 메소드

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