IPXV_DocumentView::GetPlacement Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetPlacement([out] IUIX_LayoutItem** | + | <pre class="brush:cpp;gutter:false">HRESULT GetPlacement([out] IUIX_LayoutItem** Container, |
− | [out, defaultvalue(NULL)] LONG* | + | [out, defaultvalue(NULL)] LONG* TabIndex);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Container |
:[out] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] containing the tab group that the [[PXV:IPXV_DocumentView|document view]] belongs to. | :[out] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] containing the tab group that the [[PXV:IPXV_DocumentView|document view]] belongs to. | ||
− | ; | + | ;TabIndex |
:[out, defaultvalue(NULL)] Tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]]. | :[out, defaultvalue(NULL)] Tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]]. | ||
Revision as of 06:29, 12 June 2015
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** Container, [out, defaultvalue(NULL)] LONG* TabIndex);
Parameters
- Container
- [out] Pointer to IUIX_LayoutItem containing the tab group that the document view belongs to.
- TabIndex
- [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.