C# Class ComponentFactory.Krypton.Navigator.PalettePage

Implement storage for page appearance.
Inheritance: ComponentFactory.Krypton.Toolkit.PaletteDouble
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PalettePage ( IPaletteDouble inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PalettePage class.

Method Details

PalettePage() public method

Initialize a new instance of the PalettePage class.
public PalettePage ( IPaletteDouble inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteDouble Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System