IUIX_Combo::IsItemDisabled 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
Checks if a required item is disabled.
Syntax
HRESULT IsItemDisabled([in] LONG nItem, [out, retval] VARIANT_BOOL* pIsDisabled);
Parameters
- nItem
- [in] number of a required item.
- pIsDisabled
- [out, retval] Returns VARIANT_TRUE if item is disabled. Note, that if an item is a separator, return value will also be VARIANT_TRUE. In other cases, it returns VARIANT_FALSE.
Return Value
Returns S_OK if operation was successful or error code in other cases.