VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiTypedInputElementJS type / WebUiTypedInputElementJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiTypedInputElementJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebUiTypedInputElementJS class.
    Syntax
    // Parameters
    var settings; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiTypedInputElementJS(settings);
    
    
    function WebUiTypedInputElementJS(
    settings
    The settings of UI element.
    : object
    ) : WebUiTypedInputElementJS;

    Parameters

    settings
    The settings of UI element.
    Browser Compatibility
    56+
    45+
    11
    See Also