IUIX_Inst::ShowPopup Method

From PDF XChange PDF SDK
Jump to: navigation, search


Show popup window with specified "content window".

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. Some decoration features should be specified in nFlags parameter.
stPos
[in] Pointer to RECT in screen coordinates, which will be used by popup to stick to it. Rules for stick specified at nFlags parameter.
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