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

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

Private Properties

Свойство Тип Описание
KryptonPaletteGrids System
ShouldSerializeGridCommon bool
ShouldSerializeGridCustom1 bool
ShouldSerializeGridList bool
ShouldSerializeGridSheet bool

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

Метод Описание
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

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

Метод Описание
KryptonPaletteGrids ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteGrids class.

ShouldSerializeGridCommon ( ) : bool
ShouldSerializeGridCustom1 ( ) : bool
ShouldSerializeGridList ( ) : bool
ShouldSerializeGridSheet ( ) : bool

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

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

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