IUIX_Combo::SelItem Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Combo::SelItem Property}} | {{#customTitle:IUIX_Combo::SelItem Property}} | ||
{{#parentPage:PXV:IUIX_Combo#Properties|SelItem|property}} | {{#parentPage:PXV:IUIX_Combo#Properties|SelItem|property}} | ||
− | + | ||
Property '''SelItem''' is for getting/setting number of an item, that is currently selected/to be selected in a combo box. | Property '''SelItem''' is for getting/setting number of an item, that is currently selected/to be selected in a combo box. |
Latest revision as of 13:53, 15 June 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* nIndex); HRESULT put_SelItem([in] LONG nIndex);