IUIX_Combo::Edit Property

From PDF XChange PDF SDK
Revision as of 06:06, 7 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Edit property gets edit object, that delivers additional functionality of manipulating current text in the combo box.

Syntax

HRESULT get_Edit([out, retval]  IUIX_Obj**  ppEdit);

Remarks

Use _QueryImpl to query implementation of IUIX_Edit from IUIX_Obj.

CComPtr<IUIX_Obj> pObj;
...
CComPtr<IUIX_Edit> pEdt;
_QueryImpl(pObj, pEdt);

See Also

See also IUIX_Combo, IUIX_Edit.