IPXV_DocumentView::GetPlacement Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_DocumentView::GetPlacement Method}} | {{#customTitle:IPXV_DocumentView::GetPlacement Method}} | ||
{{#parentPage:PXV:IPXV_DocumentView|GetPlacement Method|method}} | {{#parentPage:PXV:IPXV_DocumentView|GetPlacement Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IUIX_LayoutItem|tab group]] that the [[PXV:IPXV_DocumentView|document view]] belongs to and tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]]. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;ppContainer | ;ppContainer | ||
− | :[out] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]. | + | :[out] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] containing the tab group that the [[PXV:IPXV_DocumentView|document view]] belongs to. |
;pTabIndex | ;pTabIndex | ||
− | :[out, defaultvalue(NULL)] | + | :[out, defaultvalue(NULL)] Tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]]. |
== Return Value == | == Return Value == | ||
Line 21: | Line 20: | ||
== See Also == | == See Also == | ||
− | See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]]. | + | See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]], [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]. |
Revision as of 06:46, 18 May 2015
Gets tab group that the document view belongs to and tab index of the document view in the tab group.
Contents
Syntax
HRESULT GetPlacement([out] IUIX_LayoutItem** ppContainer, [out, defaultvalue(NULL)] LONG* pTabIndex);
Parameters
- ppContainer
- [out] Pointer to IUIX_LayoutItem containing the tab group that the document view belongs to.
- pTabIndex
- [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
See also IPXV_DocumentView, IUIX_LayoutItem.