C# Class ComponentFactory.Krypton.Toolkit.PaletteTreeNodeTripleRedirect

Implement storage for a tree node triple.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

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

Initialize a new instance of the PaletteTreeNodeTripleRedirect class.

Private Methods

Method Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteTreeNodeTripleRedirect() public method

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.
return System