C# Class ComponentFactory.Krypton.Navigator.NavigatorGroup

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Initialize a new instance of the NavigatorGroup class.

Method Details

NavigatorGroup() public méthode

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