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

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

Private Properties

Свойство Тип Описание
KryptonPaletteSeparators System
ShouldSerializeSeparatorCommon bool
ShouldSerializeSeparatorCustom1 bool
ShouldSerializeSeparatorHighInternalProfile bool
ShouldSerializeSeparatorHighProfile bool
ShouldSerializeSeparatorLowProfile bool

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

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

Populate values from the base palette.

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

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

Initialize a new instance of the KryptonPaletteSeparators class.

ShouldSerializeSeparatorCommon ( ) : bool
ShouldSerializeSeparatorCustom1 ( ) : bool
ShouldSerializeSeparatorHighInternalProfile ( ) : bool
ShouldSerializeSeparatorHighProfile ( ) : bool
ShouldSerializeSeparatorLowProfile ( ) : bool

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

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

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