C# Class ComponentFactory.Krypton.Docking.KryptonStorePage

Inheritance: ComponentFactory.Krypton.Navigator.KryptonPage
Mostrar archivo Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KryptonStorePage ( string uniqueName, string storeName ) : System

Initialize a new instance of the KryptonStorePage class.

Method Details

KryptonStorePage() public method

Initialize a new instance of the KryptonStorePage class.
public KryptonStorePage ( string uniqueName, string storeName ) : System
uniqueName string UniqueName of the page this is placeholding.
storeName string Storage name associated with this page location.
return System