IInkEdit::put_Text method (inked.h)

Gets or sets the current text in the InkEdit control.

This property is read/write.

Syntax

HRESULT put_Text(
  BSTR pbstrText
);

Parameters

pbstrText

Return value

None

Remarks

Setting the Text 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