set_CanSelectAllText 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.UIElements.WebImageViewerContextMenuJS(imageViewer, settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanSelectAllText(value);
function set_CanSelectAllText(
: 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