C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteTabButtons

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

Private Properties

Свойство Type Description
KryptonPaletteTabButtons System
ShouldSerializeTabCommon bool
ShouldSerializeTabCustom1 bool
ShouldSerializeTabCustom2 bool
ShouldSerializeTabCustom3 bool
ShouldSerializeTabDock bool
ShouldSerializeTabDockAutoHidden bool
ShouldSerializeTabHighProfile bool
ShouldSerializeTabLowProfile bool
ShouldSerializeTabOneNote bool
ShouldSerializeTabStandardProfile bool

Méthodes publiques

Méthode Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

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

Initialize a new instance of the KryptonPaletteTabButtons class.

ShouldSerializeTabCommon ( ) : bool
ShouldSerializeTabCustom1 ( ) : bool
ShouldSerializeTabCustom2 ( ) : bool
ShouldSerializeTabCustom3 ( ) : bool
ShouldSerializeTabDock ( ) : bool
ShouldSerializeTabDockAutoHidden ( ) : bool
ShouldSerializeTabHighProfile ( ) : bool
ShouldSerializeTabLowProfile ( ) : bool
ShouldSerializeTabOneNote ( ) : bool
ShouldSerializeTabStandardProfile ( ) : 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