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

Settings associated with context menus.
Наследование: Storage
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
KryptonPaletteContextMenu System
ShouldSerializeStateChecked bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateHighlight bool
ShouldSerializeStateNormal bool

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

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

Populate values from the base palette.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

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

Метод Описание
KryptonPaletteContextMenu ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteContextMenu class.

ShouldSerializeStateChecked ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateHighlight ( ) : bool
ShouldSerializeStateNormal ( ) : bool

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

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

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

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

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Результат void