IUIX_CmdManager::GetContextMenuNotifyInfo Method
From PDF XChange PDF SDK
Gets top parent's context menu information.
Syntax
HRESULT GetContextMenuNotifyInfo([out] IUIX_Obj** pOwner, [out] POINT* stOrigin, [out] VARIANT_BOOL* bFromKeyboard);
Parameters
- pOwner
- [out] Pointer to IUIX_Obj containing the top parent popup container owner's object.
- stOrigin
- [out] Pointer to POINT containing the origin point of the popup menu.
- bFromKeyboard
- [out] Pointer to VARIANT_BOOL representing whether the menu is called from keyboard.
Return Value
Returns S_OK if operation was successful or error code in other cases.