IUIX_Combo::RemoveItem Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::RemoveItem Method}} | {{#customTitle:IUIX_Combo::RemoveItem Method}} | ||
+ | {{#parentPage:PXV:IUIX_Combo#Methods|RemoveItem|method}} | ||
− | + | ||
+ | Removes item from [[PXV:IUIX_Combo|combo box]] by its number in a list. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT RemoveItem([in] LONG nItem);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT RemoveItem([in] LONG nItem);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nItem |
− | :[in] | + | :[in] number of an item to remove. |
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful or error code | + | Returns S_OK if the operation was successful, or will return an error code if it fails. |
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Latest revision as of 13:19, 15 June 2015
Removes item from combo box by its number in a list.
Syntax
HRESULT RemoveItem([in] LONG nItem);
Parameters
- nItem
- [in] number of an item to remove.
Return Value
Returns S_OK if the operation was successful, or will return an error code if it fails.