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

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

Private Properties

Свойство Тип Описание
KryptonPaletteButtonSpecs System
ShouldSerializeArrowDown bool
ShouldSerializeArrowLeft bool
ShouldSerializeArrowRight bool
ShouldSerializeArrowUp bool
ShouldSerializeClose bool
ShouldSerializeCommon bool
ShouldSerializeContext bool
ShouldSerializeDropDown bool
ShouldSerializeFormClose bool
ShouldSerializeFormMax bool
ShouldSerializeFormMin bool
ShouldSerializeFormRestore bool
ShouldSerializeGeneric bool
ShouldSerializeNext bool
ShouldSerializePendantClose bool
ShouldSerializePendantMin bool
ShouldSerializePendantRestore bool
ShouldSerializePinHorizontal bool
ShouldSerializePinVertical bool
ShouldSerializePrevious bool
ShouldSerializeRibbonExpand bool
ShouldSerializeRibbonMinimize bool
ShouldSerializeWorkspaceMaximize bool
ShouldSerializeWorkspaceRestore bool

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

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

Populate values from the base palette.

Защищенные методы

Метод Описание
OnButtonSpecChanged ( object sender, EventArgs e ) : void

Raises the ButtonSpecChanged event.

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

Метод Описание
KryptonPaletteButtonSpecs ( PaletteRedirect redirector ) : System

Initialize a new instance of the KryptonPaletteButtonSpecs class.

ShouldSerializeArrowDown ( ) : bool
ShouldSerializeArrowLeft ( ) : bool
ShouldSerializeArrowRight ( ) : bool
ShouldSerializeArrowUp ( ) : bool
ShouldSerializeClose ( ) : bool
ShouldSerializeCommon ( ) : bool
ShouldSerializeContext ( ) : bool
ShouldSerializeDropDown ( ) : bool
ShouldSerializeFormClose ( ) : bool
ShouldSerializeFormMax ( ) : bool
ShouldSerializeFormMin ( ) : bool
ShouldSerializeFormRestore ( ) : bool
ShouldSerializeGeneric ( ) : bool
ShouldSerializeNext ( ) : bool
ShouldSerializePendantClose ( ) : bool
ShouldSerializePendantMin ( ) : bool
ShouldSerializePendantRestore ( ) : bool
ShouldSerializePinHorizontal ( ) : bool
ShouldSerializePinVertical ( ) : bool
ShouldSerializePrevious ( ) : bool
ShouldSerializeRibbonExpand ( ) : bool
ShouldSerializeRibbonMinimize ( ) : bool
ShouldSerializeWorkspaceMaximize ( ) : bool
ShouldSerializeWorkspaceRestore ( ) : bool

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

OnButtonSpecChanged() защищенный Метод

Raises the ButtonSpecChanged event.
protected OnButtonSpecChanged ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs containing event data.
Результат void

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

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