InkEdit.SelRTF property
Gets or sets the currently selected Rich Text Format (RTF) formatted text in the InkEdit control (run time only).
This property is read/write.
Syntax
HRESULT put_SelRTF(
[in] BSTR pbstrSelRTF
);
HRESULT get_SelRTF(
[out, retval] BSTR *pbstrSelRTF
);
Property value
The currently selected RTF formatted text.
Remarks
Setting the SelRTF property replaces any selected text in the InkEdit control with the new string. This property returns a zero-length string ("") if no text is selected in the control.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also