set_LocalizationId Method
In This Topic
Sets the localization identifier of the
WebUiControlJS control.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_LocalizationId(value);
function set_LocalizationId(
: string
) : any;
Parameters
- value
- The localization identifier of the WebUiControlJS control.
Exceptions
Exception | Description |
| Thrown if value is not a string. |
Browser Compatibility
See Also