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

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

Private Properties

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

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

Метод Описание
KryptonPaletteControl ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteControl class.

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

Метод Описание
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

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

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

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