C# Class ComponentFactory.Krypton.Navigator.PalettePageRedirect

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

Private Properties

Property Type Description

Public Methods

Method Description
PalettePageRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PalettePageRedirect class.

Method Details

PalettePageRedirect() public method

Initialize a new instance of the PalettePageRedirect class.
public PalettePageRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System