IUIX_Edit::CaretPos Property

From PDF XChange PDF SDK
Revision as of 09:54, 23 May 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

IUIX_Edit