IUIX_Combo::SelItem Property

From PDF XChange PDF SDK
Revision as of 07:13, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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);

See Also

IUIX_Combo.