C# Class ComponentFactory.Krypton.Toolkit.KryptonPalettePanels

Storage for panel palette settings.
Inheritance: Storage
Datei anzeigen Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
KryptonPalettePanels System
ShouldSerializePanelAlternate bool
ShouldSerializePanelClient bool
ShouldSerializePanelCommon bool
ShouldSerializePanelCustom1 bool
ShouldSerializePanelRibbonInactive bool

Public Methods

Method Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

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

Initialize a new instance of the KryptonPalettePanels class.

ShouldSerializePanelAlternate ( ) : bool
ShouldSerializePanelClient ( ) : bool
ShouldSerializePanelCommon ( ) : bool
ShouldSerializePanelCustom1 ( ) : bool
ShouldSerializePanelRibbonInactive ( ) : 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