IInkEdit::put_SelStart method (inked.h)

Gets or sets the starting point of the text that is selected in the InkEdit control (run time only).

This property is read/write.

Syntax

HRESULT put_SelStart(
  long plSelStart
);

Parameters

plSelStart

Return value

None

Remarks

Setting SelStart greater than the text length sets the property to the existing text length; changing SelStart changes the selection to an insertion point and sets SelLength to 0.

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