C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeNodeTripleRedirect

Implement storage for a tree node triple.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeItem bool

Méthodes publiques

Méthode Description
PaletteTreeNodeTripleRedirect ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteTreeNodeTripleRedirect class.

Private Methods

Méthode Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeNodeTripleRedirect() public méthode

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.
Résultat System