IUIX_Combo::SelItem Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''SelItem''' is for getting/setting number of an item, | + | Property '''SelItem''' is for getting/setting number of an item, that is currently selected/to be selected in a combo box. |
== Syntax == | == Syntax == |
Revision as of 01:48, 25 May 2015
Property SelItem is for getting/setting number of an item, that is currently selected/to be selected in a combo box.
Syntax
HRESULT get_SelItem([out, retval] LONG* pIndex); HRESULT put_SelItem([in] LONG pIndex);