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

Redirect storage for GroupBox states.
Наследование: PaletteDoubleRedirect
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Initialize a new instance of the PaletteGroupBoxRedirect class.

PaletteGroupBoxRedirect ( PaletteRedirect redirectDouble, PaletteRedirect redirectContent, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteGroupBoxRedirect class.

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

Метод Описание
ShouldSerializeContent ( ) : bool

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

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

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

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

Initialize a new instance of the PaletteGroupBoxRedirect class.
public PaletteGroupBoxRedirect ( PaletteRedirect redirectDouble, PaletteRedirect redirectContent, NeedPaintHandler needPaint ) : System
redirectDouble PaletteRedirect Inheritence redirection for group border/background.
redirectContent PaletteRedirect Inheritence redirection for group header.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System