IUIX_CmdItem::Show Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::Show Method}}
 
{{#customTitle:IUIX_CmdItem::Show Method}}
{{#parentPage:PXV:IUIX_CmdItem|Show Method|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 12: 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 ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

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