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

Storage for palette context menu images.
Наследование: Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

Initialize a new instance of the KryptonPaletteImagesContextMenu class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetChecked ( ) : void

Resets the Checked property to its default value.

ResetIndeterminate ( ) : void

Resets the Indeterminate property to its default value.

ResetSubMenu ( ) : void

Resets the SubMenu property to its default value.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

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

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

Initialize a new instance of the KryptonPaletteImagesContextMenu class.
public KryptonPaletteImagesContextMenu ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

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

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

Resets the Checked property to its default value.
public ResetChecked ( ) : void
Результат void

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

Resets the Indeterminate property to its default value.
public ResetIndeterminate ( ) : void
Результат void

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

Resets the SubMenu property to its default value.
public ResetSubMenu ( ) : void
Результат void

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

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