IPXV_DocumentView::GetPlacement Method

From PDF XChange PDF SDK
Revision as of 03:54, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Gets tab group that the document view belongs to and tab index of the document view in the tab group.

Syntax

HRESULT GetPlacement([out]                      IUIX_LayoutItem**  pContainer,
                     [out, defaultvalue(NULL)]  LONG*              nTabIndex);

Parameters

pContainer
[out] Pointer to IUIX_LayoutItem containing the tab group that the document view belongs to.
nTabIndex
[out, defaultvalue(NULL)] Tab index of the document view in the tab group.

Return Value

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

See Also

IPXV_DocumentView