VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelWithContextMenuJS type / set_ContextMenu Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ContextMenu Method
In This Topic
Sets a context menu associated with this panel.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelWithContextMenuJS(items, settings, stateButton);

var returnValue; // Type: any

// Parameters
var value; // Type: WebUiContextMenuJS

returnValue = instance.set_ContextMenu(value);

Parameters

value
The WebUiContextMenuJS object OR null.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also