C# Class ComponentFactory.Krypton.Navigator.NavigatorGroup

Storage for group related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the NavigatorGroup class.

Method Details

NavigatorGroup() public method

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