IUIX_Combo::IsItemDisabled Method

From PDF XChange PDF SDK
Revision as of 14:16, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Checks if a required item is disabled.

Syntax

HRESULT IsItemDisabled([in]           LONG           nItem,
                       [out, retval]  VARIANT_BOOL*  bIsDisabled);

Parameters

nItem
[in] number of a required item.
bIsDisabled
[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 the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo