C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteSeparators

Storage for separator palette settings.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
KryptonPaletteSeparators System
ShouldSerializeSeparatorCommon bool
ShouldSerializeSeparatorCustom1 bool
ShouldSerializeSeparatorHighInternalProfile bool
ShouldSerializeSeparatorHighProfile bool
ShouldSerializeSeparatorLowProfile bool

Méthodes publiques

Méthode Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

Méthode Description
KryptonPaletteSeparators ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteSeparators class.

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

Method Details

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common ) : void
common KryptonPaletteCommon Reference to common settings.
Résultat void