IUIX_Combo::SelItem Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::SelItem Property}} | {{#customTitle:IUIX_Combo::SelItem Property}} | ||
Line 12: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]]. |
Revision as of 06:13, 20 May 2015
Property SelItem is for getting/setting number of an item, which is currently selected/to be selected in a combo box.
Syntax
HRESULT get_SelItem([out, retval] LONG* pIndex); HRESULT put_SelItem([in] LONG pIndex);