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