Determines whether when a user selects part of a word by dragging across it with the mouse,
the rest of the word is selected.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool AutoWordSelection { get; set; } |
| Visual Basic |
|---|
Public Property AutoWordSelection As Boolean Get Set |
| JScript |
|---|
function get AutoWordSelection () : boolean function set AutoWordSelection (value : boolean) |