IUIX_Combo::RemoveItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::RemoveItem Method}} | {{#customTitle:IUIX_Combo::RemoveItem Method}} | ||
Line 17: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]]. |
Revision as of 06:13, 20 May 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 operation was successful or error code in other cases.