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

Implement storage for a gallery palette state.
Наследование: ComponentFactory.Krypton.Toolkit.Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
PaletteGalleryState ( PaletteGalleryRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGalleryState class.

PopulateFromBase ( PaletteState state ) : void

Populate values from the base palette.

SetInherit ( PaletteGalleryRedirect inherit ) : void

Sets the inheritence parent.

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

Метод Описание
ShouldSerializeRibbonGalleryBack ( ) : bool
ShouldSerializeRibbonGalleryBorder ( ) : bool

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

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

Initialize a new instance of the PaletteGalleryState class.
public PaletteGalleryState ( PaletteGalleryRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteGalleryRedirect Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Populate values from the base palette.
public PopulateFromBase ( PaletteState state ) : void
state PaletteState The palette state to populate with.
Результат void

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

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