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

Implement storage for a tree node triple.
Наследование: Storage
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Initialize a new instance of the PaletteTreeNodeTripleRedirect class.

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

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

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

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

Initialize a new instance of the PaletteTreeNodeTripleRedirect class.
public PaletteTreeNodeTripleRedirect ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection instance.
backStyle PaletteBackStyle Initial background style.
borderStyle PaletteBorderStyle Initial border style.
contentStyle PaletteContentStyle Initial content style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System