IInkEdit::put_SelLength method (inked.h)
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(
long plSelLength
);
Parameters
plSelLength
Return value
None
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | inked.h |
Library | InkEd.dll |