IUIX_CmdManager::ShowProCmds Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::ShowProCmds Method}}
 
{{#customTitle:IUIX_CmdManager::ShowProCmds Method}}
 +
{{#parentPage:PXV:IUIX_CmdManager#Methods|ShowProCmds|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets whether the commands which execution is not free should be shown.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ShowProCmds([in] VARIANT_BOOL bShow);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ShowProCmds([in] VARIANT_BOOL bShow);</pre>
  
 
== 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 ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

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