C# Class ComponentFactory.Krypton.Navigator.PaletteNavigator

Implement storage for normal and disable navigator appearance.
Inheritance: ComponentFactory.Krypton.Toolkit.PaletteDoubleMetric
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeBorderEdge bool
ShouldSerializeCheckButton bool
ShouldSerializeHeaderGroup bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializePage bool
ShouldSerializePanel bool
ShouldSerializeRibbonTab bool
ShouldSerializeSeparator bool
ShouldSerializeTab bool

Public Methods

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

Initialize a new instance of the PaletteNavigatorNormabled class.

SetInherit ( PaletteNavigator inheritNavigator ) : void

Sets the inheritence parent.

Private Methods

Method Description
ShouldSerializeBorderEdge ( ) : bool
ShouldSerializeCheckButton ( ) : bool
ShouldSerializeHeaderGroup ( ) : bool
ShouldSerializeMiniButton ( ) : bool
ShouldSerializeOverflowButton ( ) : bool
ShouldSerializePage ( ) : bool
ShouldSerializePanel ( ) : bool
ShouldSerializeRibbonTab ( ) : bool
ShouldSerializeSeparator ( ) : bool
ShouldSerializeTab ( ) : bool

Method Details

PaletteNavigator() public method

Initialize a new instance of the PaletteNavigatorNormabled class.
public PaletteNavigator ( 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