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

Storage for palette panel states.
Наследование: Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

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

Метод Описание
KryptonPalettePanel ( PaletteRedirect redirect, PaletteBackStyle backStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPalettePanel class.

PopulateFromBase ( ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

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

Метод Описание
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

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

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

Initialize a new instance of the KryptonPalettePanel class.
public KryptonPalettePanel ( PaletteRedirect redirect, PaletteBackStyle backStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
backStyle PaletteBackStyle Back style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Populate values from the base palette.
public PopulateFromBase ( ) : void
Результат void

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

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Результат void