IUIX_Combo::SelItem Property

From PDF XChange PDF SDK
Revision as of 08:10, 8 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Property SelItem is for getting/setting number of an item, which currently displayed/to be displayed in a combo box.

Syntax

HRESULT get_SelItem([out, retval]  LONG*  pIndex);
HRESULT put_SelItem([in]  LONG  pIndex);

See Also

See also IUIX_Combo.