VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithDropDownPanelJS type / render Methods / render(object) Property
Syntax BrowserCompatibility SeeAlso
    render(object) Method
    Creates and returns markup of UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownPanelJS(settings, container);
    
    var value; // Type: object
    
    // Parameters
    var floatContainer; // Type: object
    
    value = instance.render(floatContainer);
    
    

    Parameters

    floatContainer
    A DOM-element, where floating elements must be placed.

    Return Value

    A DOM-element that represents UI element.
    Browser Compatibility
    56+
    45+
    11
    See Also