C# Class ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral

Storage for general ribbon values.
Inheritance: Storage, IPaletteRibbonGeneral
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

GetRibbonContextTextAlign() public méthode

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

GetRibbonContextTextColor() public méthode

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

GetRibbonContextTextFont() public méthode

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

GetRibbonDisabledDark() public méthode

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

GetRibbonDisabledLight() public méthode

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

GetRibbonDropArrowDark() public méthode

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

GetRibbonDropArrowLight() public méthode

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

GetRibbonGroupDialogDark() public méthode

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

GetRibbonGroupDialogLight() public méthode

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

GetRibbonGroupSeparatorDark() public méthode

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

GetRibbonGroupSeparatorLight() public méthode

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

GetRibbonMinimizeBarDark() public méthode

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

GetRibbonMinimizeBarLight() public méthode

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

GetRibbonQATButtonDark() public méthode

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.
Résultat Color

GetRibbonQATButtonLight() public méthode

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.
Résultat Color

GetRibbonShape() public méthode

Gets the ribbon shape.
public GetRibbonShape ( ) : PaletteRibbonShape
Résultat PaletteRibbonShape

GetRibbonTabSeparatorColor() public méthode

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

GetRibbonTabSeparatorContextColor() public méthode

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

GetRibbonTextFont() public méthode

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

GetRibbonTextHint() public méthode

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

PaletteRibbonGeneral() public méthode

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.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

ResetContextTextAlign() public méthode

Reset the ContextTextAlign to the default value.
public ResetContextTextAlign ( ) : void
Résultat void

ResetContextTextColor() public méthode

Resets the ContextTextColor property to its default value.
public ResetContextTextColor ( ) : void
Résultat void

ResetContextTextFont() public méthode

Reset the ContextTextFont to the default value.
public ResetContextTextFont ( ) : void
Résultat void

ResetDisabledDark() public méthode

Resets the DisabledDark property to its default value.
public ResetDisabledDark ( ) : void
Résultat void

ResetDisabledLight() public méthode

Resets the DisabledLight property to its default value.
public ResetDisabledLight ( ) : void
Résultat void

ResetDropArrowDark() public méthode

Resets the DropArrowDark property to its default value.
public ResetDropArrowDark ( ) : void
Résultat void

ResetDropArrowLight() public méthode

Resets the DropArrowLight property to its default value.
public ResetDropArrowLight ( ) : void
Résultat void

ResetGroupDialogDark() public méthode

Resets the GroupDialogDark property to its default value.
public ResetGroupDialogDark ( ) : void
Résultat void

ResetGroupDialogLight() public méthode

Resets the GroupDialogLight property to its default value.
public ResetGroupDialogLight ( ) : void
Résultat void

ResetGroupSeparatorDark() public méthode

Resets the GroupDialogDark property to its default value.
public ResetGroupSeparatorDark ( ) : void
Résultat void

ResetGroupSeparatorLight() public méthode

Resets the GroupSeparatorLight property to its default value.
public ResetGroupSeparatorLight ( ) : void
Résultat void

ResetMinimizeBarDarkColor() public méthode

Resets the MinimizeBarDarkColor property to its default value.
public ResetMinimizeBarDarkColor ( ) : void
Résultat void

ResetMinimizeBarLightColor() public méthode

Resets the MinimizeBarLightColor property to its default value.
public ResetMinimizeBarLightColor ( ) : void
Résultat void

ResetQATButtonDarkColor() public méthode

Resets the QATButtonDarkColor property to its default value.
public ResetQATButtonDarkColor ( ) : void
Résultat void

ResetQATButtonLightColor() public méthode

Resets the QATButtonLightColor property to its default value.
public ResetQATButtonLightColor ( ) : void
Résultat void

ResetRibbonShape() public méthode

Resets the RibbonShape property to its default value.
public ResetRibbonShape ( ) : void
Résultat void

ResetTabSeparatorColor() public méthode

Resets the TabSeparatorColor property to its default value.
public ResetTabSeparatorColor ( ) : void
Résultat void

ResetTabSeparatorContextColor() public méthode

Resets the TabSeparatorContextColor property to its default value.
public ResetTabSeparatorContextColor ( ) : void
Résultat void

ResetTextFont() public méthode

Reset the TextFont to the default value.
public ResetTextFont ( ) : void
Résultat void

ResetTextHint() public méthode

Reset the TextHint to the default value.
public ResetTextHint ( ) : void
Résultat void

SetInherit() public méthode

Sets the inheritence parent.
public SetInherit ( IPaletteRibbonGeneral inherit ) : void
inherit IPaletteRibbonGeneral
Résultat void