InkEdit.TextRTF property

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

This property is read/write.

Syntax


HRESULT put_TextRTF(
  [in]          BSTR pbstrTextRTF
);

HRESULT get_TextRTF(
  [out, retval] BSTR *pbstrTextRTF
);

Property value

The text of the control.

Remarks

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

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: