IUIX_CmdItem::IsDisabled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdItem::IsDisabled Property}}
 
{{#customTitle:IUIX_CmdItem::IsDisabled Property}}
 
{{#parentPage:PXV:IUIX_CmdItem#Properties|IsDisabled|property}}
 
{{#parentPage:PXV:IUIX_CmdItem#Properties|IsDisabled|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsDisabled''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of VARIANT_BOOL ...
+
Property '''IsDisabled''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of VARIANT_BOOL that indicates whether the command item is disabled.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 08:34, 23 March 2016


Property IsDisabled of interface IUIX_CmdItem returns Value of VARIANT_BOOL that indicates whether the command item is disabled.

Syntax

HRESULT get_IsDisabled([out, retval]  VARIANT_BOOL*  bIsDisabled);

See Also

IUIX_CmdItem