IUIX_CmdManager::ShowPopupMenu Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Revision as of 05:49, 20 March 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, optional] VARIANT_BOOL bReturnCmd, [in, optional] LONG nPopupFlags, [out, retval, optional] LONG* pResCmdID);
Parameters
- pOwner
- [in] Pointer to IUIX_Obj.
- pMenu
- [in] Pointer to IUIX_CmdMenu.
- pPos
- [in] Pointer to RECT.
- bReturnCmd
- [in, optional] Value of VARIANT_BOOL.
- nPopupFlags
- [in, optional] Value of LONG.
- pResCmdID
- [out, retval, optional] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_CmdManager.