set_CanCopyTextToClipboardUsingContextMenu Method
In This Topic
Sets a value indicating whether context menu should contain item, which allow to copy selected text to the web browser clipboard.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiImageViewerPanelJS(settings, stateButton);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanCopyTextToClipboardUsingContextMenu(value);
function set_CanCopyTextToClipboardUsingContextMenu(
: boolean
) : any;
Parameters
- value
- A value indicating whether context menu should contain item, which allow to copy selected text to the web browser clipboard.
Browser Compatibility
See Also