C# Class ComponentFactory.Krypton.Navigator.NavigatorPopupPages

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

Private Properties

Property Type Description

Public Methods

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

Initialize a new instance of the NavigatorPopupPage class.

Method Details

NavigatorPopupPages() public method

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