VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiMenuJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiMenuJS type
    In This Topic
    A web UI element that represents horizontal menu. Menu control visibility of menu items and displays not visible menu items in drop down menu.
    Syntax
    // Parameters
    var items; // Type: string[]
    var settings; // Type: object
    var stateButton; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiMenuJS(items, settings, stateButton);
    
    
    function WebUiMenuJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiElementJS
          Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
             Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS
                Vintasoft.Imaging.UI.Panels.WebUiPanelJS
                   Vintasoft.Imaging.UI.Panels.WebUiMenuJS

    Browser Compatibility
    56+
    45+
    11
    See Also