C# Class ComponentFactory.Krypton.Navigator.PaletteNavigatorOtherRedirect

Implement redirected storage for other navigator appearance states.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeCheckButton bool
ShouldSerializeMiniButton bool
ShouldSerializeOverflowButton bool
ShouldSerializeRibbonTab bool
ShouldSerializeTab bool

Public Methods

Method 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

Method Description
ShouldSerializeCheckButton ( ) : bool
ShouldSerializeMiniButton ( ) : bool
ShouldSerializeOverflowButton ( ) : bool
ShouldSerializeRibbonTab ( ) : bool
ShouldSerializeTab ( ) : bool

Method Details

PaletteNavigatorOtherRedirect() public method

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.
return System