IUIX_Combo::SelItem Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Combo::SelItem Property}}
 
{{#customTitle:IUIX_Combo::SelItem Property}}
 
{{#parentPage:PXV:IUIX_Combo|SelItem Property|property}}
 
{{#parentPage:PXV:IUIX_Combo|SelItem Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''SelItem''' of interface [[PXV:IUIX_Combo|IUIX_Combo]] returns/sets  Value of LONG ...
+
Property '''SelItem''' is for getting/setting number of an item, which currently displayed/to be displayed in a combo box.  
  
 
== Syntax ==
 
== Syntax ==

Revision as of 08:10, 8 May 2015


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.