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

Details for palette layout events.
Наследование: NeedLayoutEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System

Initialize a new instance of the PaletteLayoutEventArgs class.

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

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

Initialize a new instance of the PaletteLayoutEventArgs class.
public PaletteLayoutEventArgs ( bool needLayout, bool needColorTable ) : System
needLayout bool Does the layout need regenerating.
needColorTable bool Have the color table values changed?
Результат System