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

Storage for ribbon text values.
Наследование: Storage, IPaletteRibbonText
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

Gets the tab color for the item text.

PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonText class.

PaletteRibbonText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteRibbonText class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

ResetTextColor ( ) : void

Reset the TextColor to the default value.

SetInherit ( IPaletteRibbonText inheritText ) : void

Sets the inheritence parent.

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

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

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

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

Initialize a new instance of the PaletteRibbonText class.
public PaletteRibbonText ( IPaletteRibbonText inheritText, NeedPaintHandler needPaint ) : System
inheritText IPaletteRibbonText Source for inheriting text values.
needPaint NeedPaintHandler Delegate for notifying changes in value.
Результат System

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

Initialize a new instance of the PaletteRibbonText class.
public PaletteRibbonText ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying changes in value.
Результат System

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

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState Palette state to use when populating.
Результат void

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

Reset the TextColor to the default value.
public ResetTextColor ( ) : void
Результат void

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

Sets the inheritence parent.
public SetInherit ( IPaletteRibbonText inheritText ) : void
inheritText IPaletteRibbonText
Результат void