InkEdit.SelText property
Gets or sets the selected text within the InkEdit control (run time only).
This property is read/write.
Syntax
HRESULT put_SelText(
[in] BSTR pbstrText
);
HRESULT get_SelText(
[out, retval] BSTR *pbstrText
);
Property value
The selected text.
Remarks
Setting SelText to a new value sets SelLength to 0 and replaces the selected text with the new string.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: