VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiContextMenuJS type / WebUiContextMenuJS Constructors / WebUiContextMenuJS Constructor(WebUiElementCollectionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiContextMenuJS Constructor(WebUiElementCollectionJS)
    In This Topic
    Initializes a new instance of the WebUiContextMenuJS class.
    Syntax
    // Parameters
    var items; // Type: WebUiElementJS[]
    var settings; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiContextMenuJS(items, settings);
    
    
    function WebUiContextMenuJS(
    items : WebUiElementCollectionJS
    ) : WebUiContextMenuJS;

    Parameters

    items
    A WebUiElementCollectionJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also