IUIX_CmdManager::IsNotifyFromContextMenu Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdManager::IsNotifyFromContextMenu Method}} | {{#customTitle:IUIX_CmdManager::IsNotifyFromContextMenu Method}} | ||
{{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromContextMenu|method}} | {{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromContextMenu|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Indicates whether the notification was send by the context menu command execution. | |
== Syntax == | == Syntax == |
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.
Return Value
Returns S_OK if operation was successful or error code in other cases.