C# Class ComponentFactory.Krypton.Navigator.NavigatorHeader

Storage for header related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
ShouldSerializeHeaderValuesPrimary bool
ShouldSerializeHeaderValuesSecondary bool

Public Methods

Method Description
NavigatorHeader ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorHeader class.

Private Methods

Method Description
ShouldSerializeHeaderValuesPrimary ( ) : bool
ShouldSerializeHeaderValuesSecondary ( ) : bool

Method Details

NavigatorHeader() public method

Initialize a new instance of the NavigatorHeader class.
public NavigatorHeader ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System