IInkEdit::put_TextRTF method (inked.h)

Gets or sets the text of the InkEdit control, including all RTF codes.

This property is read/write.

Syntax

HRESULT put_TextRTF(
  BSTR pbstrTextRTF
);

Parameters

pbstrTextRTF

Return value

None

Remarks

Setting the TextRTF property replaces the entire contents of a control with the new string.

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