IUIX_CmdManager::IsNotifyFromContextMenu Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(→Parameters) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::IsNotifyFromContextMenu Method}} | {{#customTitle:IUIX_CmdManager::IsNotifyFromContextMenu Method}} | ||
+ | {{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromContextMenu|method}} | ||
+ | {{ToReview}} | ||
− | + | Indicates whether the notification was send by the context menu command execution. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromContextMenu([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromContextMenu([out, retval] VARIANT_BOOL* bFlag);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;bFlag |
− | :[out, retval] Pointer to VARIANT_BOOL. | + | :[out, retval] Pointer to VARIANT_BOOL containing the result. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 06:00, 4 April 2016
Indicates whether the notification was send by the context menu command execution.
Syntax
HRESULT IsNotifyFromContextMenu([out, retval] VARIANT_BOOL* bFlag);
Parameters
- bFlag
- [out, retval] Pointer to VARIANT_BOOL containing the result.
Return Value
Returns S_OK if operation was successful or error code in other cases.