C# Class ComponentFactory.Krypton.Navigator.PaletteNavigatorOtherEx

Implement storage for other navigator appearance states.
Inheritance: PaletteNavigatorOther
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeSeparator bool

Public Methods

Method Description
PaletteNavigatorOtherEx ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteNavigatorOtherEx class.

SetInherit ( PaletteNavigator inheritNavigator ) : void

Sets the inheritence parent.

Private Methods

Method Description
ShouldSerializeSeparator ( ) : bool

Method Details

PaletteNavigatorOtherEx() public method

Initialize a new instance of the PaletteNavigatorOtherEx class.
public PaletteNavigatorOtherEx ( PaletteNavigatorRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteNavigatorRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( PaletteNavigator inheritNavigator ) : void
inheritNavigator PaletteNavigator Source for inheriting.
return void