IInkEdit::get_SelRTF method (inked.h)

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 get_SelRTF(
  BSTR *pbstrSelRTF
);

Parameters

pbstrSelRTF

Return value

None

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

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

See also

IInkEdit

InkEdit