Performs manual licensing for specialized deployment scenarios.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.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 DiagramSurface control is automatically licensed. Install a license key manually only under advisement from Mindscape support.

See Also