C# Класс ComponentFactory.Krypton.Toolkit.KryptonPaletteCheckButtons

Storage for check button palette settings.
Наследование: Storage
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
PopulateFromBase ( KryptonPaletteCommon common ) : void

Populate values from the base palette.

Приватные методы

Метод Описание
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

Описание методов

PopulateFromBase() публичный Метод

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common ) : void
common KryptonPaletteCommon Reference to common settings.
Результат void