C# Класс ComponentFactory.Krypton.Ribbon.PaletteRedirectRibbonAeroOverride

Override the text colors for button specs that are drawn on aero glass.
Наследование: ComponentFactory.Krypton.Toolkit.PaletteRedirect
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetContentLongTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the first back color for the long text.

GetContentLongTextColor2 ( PaletteContentStyle style, PaletteState state ) : Color

Gets the second back color for the long text.

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.

PaletteRedirectRibbonAeroOverride ( KryptonRibbon ribbon, PaletteRedirect redirect ) : System

Initialize a new instance of the PaletteRedirectRibbonAeroOverride class.

Приватные методы

Метод Описание
LightBackground ( Color retColor ) : 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

GetContentLongTextColor2() публичный Метод

Gets the second back color for the long text.
public GetContentLongTextColor2 ( 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

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

PaletteRedirectRibbonAeroOverride() публичный Метод

Initialize a new instance of the PaletteRedirectRibbonAeroOverride class.
public PaletteRedirectRibbonAeroOverride ( KryptonRibbon ribbon, PaletteRedirect redirect ) : System
ribbon KryptonRibbon Reference to owning Ribbon instance.
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Source for inheriting values.
Результат System