IUIX_Combo::Edit Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::Edit Property}} | {{#customTitle:IUIX_Combo::Edit Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo#Properties|Edit | + | {{#parentPage:PXV:IUIX_Combo#Properties|Edit|property}} |
− | + | ||
'''Edit''' property gets [[PXV:IUIX_Edit|''edit'']] object that delivers additional functionality of ''manipulating current text'' in the combo box. See [[PXV:IUIX_Edit|IUIX_Edit]] interface documentation for details. | '''Edit''' property gets [[PXV:IUIX_Edit|''edit'']] object that delivers additional functionality of ''manipulating current text'' in the combo box. See [[PXV:IUIX_Edit|IUIX_Edit]] interface documentation for details. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Edit([out, retval] IUIX_Obj** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Edit([out, retval] IUIX_Obj** pEdit); |
</pre> | </pre> | ||
Latest revision as of 13:35, 15 June 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** pEdit);
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
.