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

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

Private Properties

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

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

Метод Описание
GalleryButtonImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the GalleryButtonImages class.

ResetCommon ( ) : void

Resets the Common property to its default value.

ResetDisabled ( ) : void

Resets the Disabled property to its default value.

ResetNormal ( ) : void

Resets the Normal property to its default value.

ResetPressed ( ) : void

Resets the Pressed property to its default value.

ResetTracking ( ) : void

Resets the Tracking property to its default value.

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

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

Initialize a new instance of the GalleryButtonImages class.
public GalleryButtonImages ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

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

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

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

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

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

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

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

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

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