VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithDropDownButtonListJS type / set_IsEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_IsEnabled Method
    In This Topic
    Sets a value indicating whether the UI element is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownButtonListJS(settings, items, panelSettings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsEnabled(value);
    
    
    function set_IsEnabled(
    value
    Value indicating whether the UI element is enabled.
    : boolean
    ) : any;

    Parameters

    value
    Value indicating whether the UI element is enabled.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also