IInkEdit::put_SelText method (inked.h)

Gets or sets the selected text within the InkEdit control (run time only).

This property is read/write.

Syntax

HRESULT put_SelText(
  BSTR pbstrSelText
);

Parameters

pbstrSelText

Return value

None

Remarks

Setting SelText to a new value sets SelLength to 0 and replaces the selected text 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