C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteCheckButtons

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

Private Properties

Property Type Description
KryptonPaletteCheckButtons System
ShouldSerializeButtonAlternate bool
ShouldSerializeButtonBreadCrumb bool
ShouldSerializeButtonButtonSpec bool
ShouldSerializeButtonCalendarDay bool
ShouldSerializeButtonCluster bool
ShouldSerializeButtonCommand bool
ShouldSerializeButtonCommon bool
ShouldSerializeButtonCustom1 bool
ShouldSerializeButtonCustom2 bool
ShouldSerializeButtonCustom3 bool
ShouldSerializeButtonForm bool
ShouldSerializeButtonFormClose bool
ShouldSerializeButtonGallery bool
ShouldSerializeButtonInputControl bool
ShouldSerializeButtonListItem bool
ShouldSerializeButtonLowProfile bool
ShouldSerializeButtonNavigatorMini bool
ShouldSerializeButtonNavigatorOverflow bool
ShouldSerializeButtonNavigatorStack bool
ShouldSerializeButtonStandalone bool

Public Methods

Method Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

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

Initialize a new instance of the KryptonPaletteButtons class.

ShouldSerializeButtonAlternate ( ) : bool
ShouldSerializeButtonBreadCrumb ( ) : bool
ShouldSerializeButtonButtonSpec ( ) : bool
ShouldSerializeButtonCalendarDay ( ) : bool
ShouldSerializeButtonCluster ( ) : bool
ShouldSerializeButtonCommand ( ) : bool
ShouldSerializeButtonCommon ( ) : bool
ShouldSerializeButtonCustom1 ( ) : bool
ShouldSerializeButtonCustom2 ( ) : bool
ShouldSerializeButtonCustom3 ( ) : bool
ShouldSerializeButtonForm ( ) : bool
ShouldSerializeButtonFormClose ( ) : bool
ShouldSerializeButtonGallery ( ) : bool
ShouldSerializeButtonInputControl ( ) : bool
ShouldSerializeButtonListItem ( ) : bool
ShouldSerializeButtonLowProfile ( ) : bool
ShouldSerializeButtonNavigatorMini ( ) : bool
ShouldSerializeButtonNavigatorOverflow ( ) : bool
ShouldSerializeButtonNavigatorStack ( ) : bool
ShouldSerializeButtonStandalone ( ) : 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