IUIX_Combo::List Property

From PDF XChange PDF SDK
Revision as of 14:36, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_Combo