IUIX_CmdManager::ShowProCmds Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdManager::ShowProCmds Method}}
 
{{#customTitle:IUIX_CmdManager::ShowProCmds Method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|ShowProCmds|method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|ShowProCmds|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets whether the commands which execution is not free should be shown.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;bShow
 
;bShow
:[in]  Value of VARIANT_BOOL.
+
:[in]  Value of VARIANT_BOOL that indicates whether the pro commands need to be shown.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 07:22, 4 April 2016


Sets whether the commands which execution is not free should be shown.

Syntax

HRESULT ShowProCmds([in]  VARIANT_BOOL  bShow);

Parameters

bShow
[in] Value of VARIANT_BOOL that indicates whether the pro commands need to be shown.

Return Value

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

See Also

IUIX_CmdManager