InkEdit.SelLength property
Gets or sets the number of characters that are selected in the InkEdit control (run time only).
This property is read/write.
Syntax
HRESULT put_SelLength(
[in] Variant plSelLength
);
HRESULT get_SelLength(
[out, retval] Variant *plSelLength
);
Property value
The number of characters that are selected in the InkEdit control.
Remarks
You can use this property to determine if any characters are currently selected in the text box control before performing operations on the selected text. You can also use this property to determine the total number of characters (including spaces) that are selected when performing single character tasks in a for loop.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also