IUIX_Combo::SelItem Property

From PDF XChange PDF SDK
Revision as of 14:53, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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

See Also

IUIX_Combo