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

Наследование: RibbonToContent
Показать файл Открыть проект Примеры использования класса

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

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

Gets the first back color for the long text.

GetContentLongTextColor2 ( PaletteState state ) : Color

Gets the second back color for the long text.

GetContentShortTextColor1 ( PaletteState state ) : Color

Gets the first back color for the short text.

GetContentShortTextColor2 ( PaletteState state ) : Color

Gets the second back color for the short text.

RibbonGroupNormalDisabledTextToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonGroupTextNormal, IPaletteRibbonText ribbonGroupTextDisabled ) : System

Initialize a new instance of the RibbonGroupNormalDisabledTextToContent class.

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

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

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the second back color for the long text.
public GetContentLongTextColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the first back color for the short text.
public GetContentShortTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the second back color for the short text.
public GetContentShortTextColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Initialize a new instance of the RibbonGroupNormalDisabledTextToContent class.
public RibbonGroupNormalDisabledTextToContent ( PaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonGroupTextNormal, IPaletteRibbonText ribbonGroupTextDisabled ) : System
ribbonGeneral ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral Source for general ribbon settings.
ribbonGroupTextNormal IPaletteRibbonText Source for ribbon group button normal settings.
ribbonGroupTextDisabled IPaletteRibbonText Source for ribbon group button disabled settings.
Результат System