IUIX_CmdItem::Show Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdItem::Show Method}}
 
{{#customTitle:IUIX_CmdItem::Show Method}}
 
{{#parentPage:PXV:IUIX_CmdItem#Methods|Show|method}}
 
{{#parentPage:PXV:IUIX_CmdItem#Methods|Show|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Shows or hides the command item.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;bShow
 
;bShow
: Value of VARIANT_BOOL.
+
: Value of VARIANT_BOOL that indicates whether the command should be shown or hidden.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 08:52, 23 March 2016


Shows or hides the command item.

Syntax

HRESULT Show(  VARIANT_BOOL  bShow);

Parameters

bShow
Value of VARIANT_BOOL that indicates whether the command should be shown or hidden.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdItem