Search
Control.licenseLocation Property
See Also
 






Gets or sets the location of the license key file.

Namespace: MindFusion.Controls
File: Control.js

 Syntax

JavaScript  Copy Code

get licenseLocation() {}
set licenseLocation(value) {}

 Property Value

String

the location of license key file.

 Remarks

Control.licenseLocation can also be set as a static property, which applies the key to all instances of controls from MindFusion.JavaScript Pack.

 See Also