VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithDropDownButtonListJS type / get_Buttons Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Buttons Method
    In This Topic
    Gets a collection of WebUiButtonJS objects.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownButtonListJS(settings, items, panelSettings);
    
    var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS
    value = instance.get_Buttons();
    
    
    function get_Buttons() : WebUiElementCollectionJS;
    

    Return Value

    WebUiElementCollectionJS object that represents the collection of WebUiButtonJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also