C# Class ComponentFactory.Krypton.Navigator.PaletteNavigatorOtherRedirect

Implement redirected storage for other navigator appearance states.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeCheckButton bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializeRibbonTab bool
ShouldSerializeTab bool

Méthodes publiques

Méthode Description
PaletteNavigatorOtherRedirect ( PaletteRedirect redirectCheckButton, PaletteRedirect redirectOverflowButton, PaletteRedirect redirectMiniButton, PaletteRedirect redirectTab, PaletteRedirect redirectRibbonTab, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteNavigatorOtherRedirect class.

Private Methods

Méthode Description
ShouldSerializeCheckButton ( ) : bool
ShouldSerializeMiniButton ( ) : bool
ShouldSerializeOverflowButton ( ) : bool
ShouldSerializeRibbonTab ( ) : bool
ShouldSerializeTab ( ) : bool

Method Details

PaletteNavigatorOtherRedirect() public méthode

Initialize a new instance of the PaletteNavigatorOtherRedirect class.
public PaletteNavigatorOtherRedirect ( PaletteRedirect redirectCheckButton, PaletteRedirect redirectOverflowButton, PaletteRedirect redirectMiniButton, PaletteRedirect redirectTab, PaletteRedirect redirectRibbonTab, NeedPaintHandler needPaint ) : System
redirectCheckButton ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance for the check button.
redirectOverflowButton ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance for the outlook overflow button.
redirectMiniButton ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance for the outlook mini button.
redirectTab ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance for the tab.
redirectRibbonTab ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance for the ribbon tab.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System