IUIX_Combo::FindItemByParam Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_Combo|IUIX_Combo]] | + | [[PXV:IUIX_Combo|IUIX_Combo]] |
Revision as of 04:33, 23 May 2015
Gets index of an item with a given parameter.
Syntax
HRESULT FindItemByParam([in] PARAM_T nItemParam, [out, retval] LONG* pIndex);
Parameters
- nItemParam
- [in] PARAM_T parameter value to search for.
- pIndex
- [out, retval] index of found item. Returns -1 if no items with given parameters were found. If there are more than one items with equal parameter values, index of the first of them in combo box list will be returned.
Return Value
Returns S_OK if operation was successful or error code in other cases.