IUIX_Combo::Edit Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 15: | Line 15: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_Combo|IUIX_Combo]] | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Revision as of 04:34, 23 May 2015
Edit property gets edit object that delivers additional functionality of manipulating current text in the combo box. See IUIX_Edit interface documentation for details.
Syntax
HRESULT get_Edit([out, retval] IUIX_Obj** ppEdit);
Remarks
Note, that get_Edit(..)
returns object of IUIX_Obj
interface (not IUIX_Edit
inteface). Use QueryImpl
method to query implementation of IUIX_Edit
from IUIX_Obj
.