IUIX_Combo::List Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::List Property}}
 
{{#customTitle:IUIX_Combo::List Property}}
Line 14: Line 15:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Combo|IUIX_Combo]], [[PXV:IUIX_List|IUIX_List]].
+
[[PXV:IUIX_Combo|IUIX_Combo]], [[PXV:IUIX_List|IUIX_List]].

Revision as of 07:13, 20 May 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**  ppList);

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.

See Also

IUIX_Combo, IUIX_List.