InkEdit.SelStart property
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( [in] long plSelStart ); HRESULT get_SelStart( [out, retval] long *plSelStart );
Property value
The starting point of the text that is selected in the control.
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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also