IUIX_Combo::SelItem Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::SelItem Property}} | {{#customTitle:IUIX_Combo::SelItem Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo|SelItem Property|property}} | + | {{#parentPage:PXV:IUIX_Combo#Properties|SelItem Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Revision as of 21:27, 21 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);