VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / WebUiControlSettingsJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiControlSettingsJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebUiControlSettingsJS class.
    Syntax
    // Parameters
    var containerId; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    
    function WebUiControlSettingsJS(
    containerId
    An identifier of DOM-element, where control must be placed.
    : string
    ) : WebUiControlSettingsJS;

    Parameters

    containerId
    An identifier of DOM-element, where control must be placed.
    Browser Compatibility
    56+
    45+
    11
    See Also