IUIX_CmdManager::ShowPopupMenu Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::ShowPopupMenu Method}} | {{#customTitle:IUIX_CmdManager::ShowPopupMenu Method}} | ||
+ | {{#parentPage:PXV:IUIX_CmdManager|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. |
Revision as of 21:29, 20 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT ShowPopupMenu([in] IUIX_Obj* pOwner, [in] IUIX_CmdMenu* pMenu, [in] RECT* pPos, [in, defaultvalue(0)] VARIANT_BOOL bReturnCmd, [in, defaultvalue(0)] LONG nPopupFlags, [out, retval] LONG* pResCmdID);
Parameters
- pOwner
- [in] Pointer to IUIX_Obj.
- pMenu
- [in] Pointer to IUIX_CmdMenu.
- pPos
- [in] Pointer to RECT.
- bReturnCmd
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
- nPopupFlags
- [in, defaultvalue(0)] Value of LONG.
- pResCmdID
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_CmdManager.