IUIX_Inst::ShowPopup Method

From PDF XChange PDF SDK
Revision as of 15:57, 5 December 2015 by Serg (Talk | contribs)

Jump to: navigation, search


Show popup window with some "content window". Popup

Syntax

HRESULT ShowPopup([in]                      IUIX_Obj*  pOwner,
                  [in]                      IUIX_Obj*  pContent,
                  [in]                      RECT*      stPos,
                  [in, defaultvalue(0)]     LONG       nFlags,
                  [in, defaultvalue(NULL)]  IUIX_Obj*  pNotifyTarget);

Parameters

pOwner
[in] Pointer to IUIX_Obj. This window will receive all notifies from pContent as parent.
pContent
[in] Pointer to IUIX_Obj with window of content of popup. Popup can work with some window inside only.
stPos
[in] Pointer to RECT, which will be used by popup to stick to it.
nFlags
[in, defaultvalue(0)] Combination of flags of UIX_ShowPopupFlags.
pNotifyTarget
[in, defaultvalue(NULL)] Pointer to IUIX_Obj. In case of nonzero value it will receive all notifies from content window or control instead of owner.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Inst, UIX_ShowPopupFlags