IUIX_Combo::IsItemDisabled Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Combo::IsItemDisabled Method}}
 
{{#customTitle:IUIX_Combo::IsItemDisabled Method}}
 
{{#parentPage:PXV:IUIX_Combo|IsItemDisabled Method|method}}
 
{{#parentPage:PXV:IUIX_Combo|IsItemDisabled Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Checks if a required item is disabled.  
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nItem
 
;nItem
:[in]  Value of LONG.
+
:[in]  number of a required item.
 
;pIsDisabled
 
;pIsDisabled
:[out, retval]  Pointer to VARIANT_BOOL.
+
:[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 ==
 
== Return Value ==

Revision as of 06:03, 8 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.

See Also

See also IUIX_Combo.