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

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

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

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

Gets the first background color for the ribbon item.

GetRibbonBackColor2 ( PaletteState state ) : Color

Gets the second background color for the ribbon item.

GetRibbonBackColor3 ( PaletteState state ) : Color

Gets the third background color for the ribbon item.

GetRibbonBackColor4 ( PaletteState state ) : Color

Gets the fourth background color for the ribbon item.

GetRibbonBackColor5 ( PaletteState state ) : Color

Gets the fifth background color for the ribbon item.

GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle

Gets the method used to draw the background of a ribbon item.

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

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

Gets the first background color for the ribbon item.
public abstract GetRibbonBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the second background color for the ribbon item.
public abstract GetRibbonBackColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the third background color for the ribbon item.
public abstract GetRibbonBackColor3 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the fourth background color for the ribbon item.
public abstract GetRibbonBackColor4 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the fifth background color for the ribbon item.
public abstract GetRibbonBackColor5 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

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

Gets the method used to draw the background of a ribbon item.
public abstract GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteRibbonColorStyle