C# Class ComponentFactory.Krypton.Toolkit.PaletteListStateRedirect

Implement storage for list box specific values.
Inheritance: PaletteDoubleRedirect
Mostra file Open project: Cocotteseb/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeItem bool

Public Methods

Method Description
PaletteListStateRedirect ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteListStateRedirect class.

Private Methods

Method Description
ShouldSerializeItem ( ) : bool

Method Details

PaletteListStateRedirect() public method

Initialize a new instance of the PaletteListStateRedirect class.
public PaletteListStateRedirect ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection instance.
backStyle PaletteBackStyle Initial background style.
borderStyle PaletteBorderStyle Initial border style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System