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

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

Private Properties

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

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

Метод Описание
KryptonPaletteGrid ( PaletteRedirect redirect, GridStyle gridStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteGrid class.

PopulateFromBase ( KryptonPaletteCommon common, GridStyle gridStyle ) : void

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

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

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

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

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

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

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

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common, GridStyle gridStyle ) : void
common KryptonPaletteCommon Reference to common settings.
gridStyle GridStyle Grid style to use for populating.
Результат void

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

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