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);
function set_ContextMenu(
: WebUiContextMenuJS
) : any;
Parameters
- value
- The WebUiContextMenuJS object OR null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also