IUIX_Combo::SelItem Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::SelItem Property}}
 
{{#customTitle:IUIX_Combo::SelItem Property}}
{{#parentPage:PXV:IUIX_Combo|SelItem Property|property}}
+
{{#parentPage:PXV:IUIX_Combo#Properties|SelItem|property}}
{{ToReview}}
+
  
Property '''SelItem''' is for getting/setting number of an item, which 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.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_SelItem([out, retval]  LONG*  pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_SelItem([out, retval]  LONG*  nIndex);
HRESULT put_SelItem([in]  LONG  pIndex);
+
HRESULT put_SelItem([in]  LONG  nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Combo|IUIX_Combo]].
+
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14: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);

See Also

IUIX_Combo