C# Класс ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneralInherit

Provide inheritance of palette ribbon general properties.
Наследование: GlobalId, IPaletteRibbonGeneral
Показать файл Открыть проект

Открытые методы

Метод Описание
GetRibbonContextTextAlign ( PaletteState state ) : PaletteRelativeAlign

Gets the text alignment for the ribbon context text.

GetRibbonContextTextColor ( PaletteState state ) : Color

Gets the color for the ribbon context 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.

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 group separator dark.

GetRibbonGroupSeparatorLight ( PaletteState state ) : Color

Gets the color for the group separator light.

GetRibbonMinimizeBarDark ( PaletteState state ) : Color

Gets the color for the minimize bar dark.

GetRibbonMinimizeBarLight ( PaletteState state ) : Color

Gets the color for the 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 that should be used.

GetRibbonTabSeparatorColor ( PaletteState state ) : Color

Gets the color for the tab separator.

GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color

Gets the color for the tab context separators.

GetRibbonTextFont ( PaletteState state ) : Font

Gets the font for the ribbon text.

GetRibbonTextHint ( PaletteState state ) : PaletteTextHint

Gets the rendering hint for the ribbon font.

Описание методов

GetRibbonContextTextAlign() публичный абстрактный Метод

Gets the text alignment for the ribbon context text.
public abstract GetRibbonContextTextAlign ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRelativeAlign

GetRibbonContextTextColor() публичный абстрактный Метод

Gets the color for the ribbon context text.
public abstract 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 abstract 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 abstract 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 abstract GetRibbonDisabledLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonDropArrowDark() публичный абстрактный Метод

Gets the color for the drop arrow dark.
public abstract 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 abstract 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 abstract 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 abstract GetRibbonGroupDialogLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonGroupSeparatorDark() публичный абстрактный Метод

Gets the color for the group separator dark.
public abstract GetRibbonGroupSeparatorDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonGroupSeparatorLight() публичный абстрактный Метод

Gets the color for the group separator light.
public abstract GetRibbonGroupSeparatorLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonMinimizeBarDark() публичный абстрактный Метод

Gets the color for the minimize bar dark.
public abstract GetRibbonMinimizeBarDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonMinimizeBarLight() публичный абстрактный Метод

Gets the color for the minimize bar light.
public abstract 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 abstract 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 abstract GetRibbonQATButtonLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonShape() публичный абстрактный Метод

Gets the ribbon shape that should be used.
public abstract GetRibbonShape ( ) : PaletteRibbonShape
Результат PaletteRibbonShape

GetRibbonTabSeparatorColor() публичный абстрактный Метод

Gets the color for the tab separator.
public abstract GetRibbonTabSeparatorColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonTabSeparatorContextColor() публичный абстрактный Метод

Gets the color for the tab context separators.
public abstract GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetRibbonTextFont() публичный абстрактный Метод

Gets the font for the ribbon text.
public abstract 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 abstract GetRibbonTextHint ( PaletteState state ) : PaletteTextHint
state PaletteState Palette value should be applicable to this state.
Результат PaletteTextHint