IUIX_CmdManager::ShowProCmds Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::ShowProCmds Method}} | {{#customTitle:IUIX_CmdManager::ShowProCmds Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager#Methods|ShowProCmds | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|ShowProCmds|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] | + | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 06: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.