InkEdit.SelCharOffset property
Returns or sets a value that determines whether text in the InkEdit control appears on the baseline (normal), as a superscript above the baseline, or as a subscript below the baseline.
This property is read/write.
Syntax
HRESULT put_SelCharOffset(
[in] VARIANT pvarSelCharOffset
);
HRESULT get_SelCharOffset(
[out, retval] VARIANT *pvarSelCharOffset
);
Property value
An integer value that determines whether selected text in the control appears on the baseline (normal), as a superscript above the baseline, or as a subscript below the baseline.
See also
Show: