C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteCheckButtons

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

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Private Methods

Méthode 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 méthode

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