C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteControls

Storage for control palette settings.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
KryptonPaletteControls System
ShouldSerializeControlAlternate bool
ShouldSerializeControlClient bool
ShouldSerializeControlCommon bool
ShouldSerializeControlCustom1 bool
ShouldSerializeControlGroupBox bool
ShouldSerializeControlRibbon bool
ShouldSerializeControlRibbonAppMenu bool
ShouldSerializeControlToolTip bool

Public Methods

Method Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

Method Description
KryptonPaletteControls ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteControls class.

ShouldSerializeControlAlternate ( ) : bool
ShouldSerializeControlClient ( ) : bool
ShouldSerializeControlCommon ( ) : bool
ShouldSerializeControlCustom1 ( ) : bool
ShouldSerializeControlGroupBox ( ) : bool
ShouldSerializeControlRibbon ( ) : bool
ShouldSerializeControlRibbonAppMenu ( ) : bool
ShouldSerializeControlToolTip ( ) : bool

Method Details

PopulateFromBase() public method

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