IUIX_Edit::CaretPos Property

From PDF XChange PDF SDK
Revision as of 22:34, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property CaretPos of interface IUIX_Edit returns/sets Pointer to UIX_EditTextPos ...

Syntax

HRESULT get_CaretPos([out, retval] UIX_EditTextPos* pCurCaretPos);
HRESULT put_CaretPos([in] UIX_EditTextPos* pCurCaretPos);

See Also

See also IUIX_Edit.