Performs manual licensing for specialized deployment scenarios.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void InstallLicense(
	string licenseKey
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Shared Sub InstallLicense ( _
	licenseKey As String _
)

Parameters

licenseKey
Type: System..::.String
A runtime license key.

Remarks

In normal deployment scenarios, the PropertyGrid control is automatically licensed. Install a license key manually only under advisement from Mindscape support.

See Also