C# Class ComponentFactory.Krypton.Navigator.PaletteNavigator

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

Private Properties

Свойство Type Description
ShouldSerializeBorderEdge bool
ShouldSerializeCheckButton bool
ShouldSerializeHeaderGroup bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializePage bool
ShouldSerializePanel bool
ShouldSerializeRibbonTab bool
ShouldSerializeSeparator bool
ShouldSerializeTab bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat System

SetInherit() public méthode

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