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

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

Private Properties

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

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

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

Initialize a new instance of the KryptonPaletteImagesGalleryButtons class.

PopulateFromBase ( ) : void

Populate values from the base palette.

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

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

Initialize a new instance of the KryptonPaletteImagesGalleryButtons class.
public KryptonPaletteImagesGalleryButtons ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System
redirector PaletteRedirect Palette redirector for sourcing inherited values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

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