var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId); var returnValue; // Type: any // Parameters var value; // Type: function returnValue = instance.set_ContextMenuFunc(value);
function set_ContextMenuFunc(
valueA function OR null that equals to "function(event){ return false; }".: Function
) : any;
Parameters
- value
- A function OR null that equals to "function(event){ return false; }".