In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / EnableTextSelection Property

EnableTextSelection Property (DocuVieware)

In This Topic
Specifies whether text selection is permitted.
Syntax
'Declaration
 
Public Property EnableTextSelection As Boolean
public bool EnableTextSelection {get; set;}
Remarks
Holding Alt key during selection permits to switch to column selection mode instead of the default line selection mode. Default value is true.
See Also