IUIX_Combo::SelItem Property
From PDF XChange PDF SDK
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::SelItem Property}} | {{#customTitle:IUIX_Combo::SelItem Property}} | ||
− | {{#parentPage:PXV:IUIX_Combo|SelItem | + | {{#parentPage:PXV:IUIX_Combo#Properties|SelItem|property}} |
− | + | ||
− | Property '''SelItem''' is for getting/setting number of an item, | + | |
+ | 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_SelItem([out, retval] LONG* nIndex); |
− | HRESULT put_SelItem([in] LONG | + | HRESULT put_SelItem([in] LONG nIndex); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13: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);