C# Class ComponentFactory.Krypton.Navigator.NavigatorHeader

Storage for header related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializeHeaderValuesPrimary bool
ShouldSerializeHeaderValuesSecondary bool

Méthodes publiques

Méthode Description
NavigatorHeader ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorHeader class.

Private Methods

Méthode Description
ShouldSerializeHeaderValuesPrimary ( ) : bool
ShouldSerializeHeaderValuesSecondary ( ) : bool

Method Details

NavigatorHeader() public méthode

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