TextGRAB SDK Documentation | ITextGRABSDK::EnableSelection |
|
|
|
Enables built-in mouse selection tool. [C/C++]
HRESULT EnableSelection(
VARIANT_BOOL enable
);
[Visual Basic]
object.EnableSelection(
ByVal enable As Boolean
)
[C#]
void ITextGRABSDK.EnableSelection(
bool enable
);
Parameters
RemarksBy default built-in mouse selection tool can be activated using Ctrl+Shift keys. This keys combination can be changed with SetupHotkey method. Return Value(s)
See Also |
























