IUIX_Combo::List Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Combo::List Property}} | {{#customTitle:IUIX_Combo::List Property}} | ||
{{#parentPage:PXV:IUIX_Combo#Properties|List|property}} | {{#parentPage:PXV:IUIX_Combo#Properties|List|property}} | ||
− | + | ||
'''List''' property gets [[PXV:IUIX_List|list]] object that contains all combo box ''items''. See [[PXV:IUIX_List|IUIX_List]] interface for details of its available functionality. | '''List''' property gets [[PXV:IUIX_List|list]] object that contains all combo box ''items''. See [[PXV:IUIX_List|IUIX_List]] interface for details of its available functionality. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_List([out, retval] IUIX_Obj** | + | <pre class="brush:cpp;gutter:false">HRESULT get_List([out, retval] IUIX_Obj** pList); |
</pre> | </pre> | ||
Latest revision as of 13:36, 15 June 2015
List property gets list object that contains all combo box items. See IUIX_List interface for details of its available functionality.
Syntax
HRESULT get_List([out, retval] IUIX_Obj** pList);
Remarks
Note, that get_List(..)
returns object of IUIX_Obj
interface (not IUIX_List
inteface). Use QueryImpl
method to query implementation of IUIX_List
from IUIX_Obj
.