var instance = new Vintasoft.Imaging.UI.UIElements.WebImageViewerContextMenuJS(imageViewer, settings); var value; // Type: boolean value = instance.get_CanCopyTextToClipboard();
function get_CanCopyTextToClipboard() : boolean;
Return Value
True - context menu should contain items, which allow to copy selected text to the web browser clipboard; False - context menu should not contain items, which allow to copy selected text to the web browser clipboard. Default value is False.