IPXV_MainView::CmdPane Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_MainView::CmdPane Property}} | {{#customTitle:IPXV_MainView::CmdPane Property}} | ||
{{#parentPage:PXV:IPXV_MainView#Properties|CmdPane|property}} | {{#parentPage:PXV:IPXV_MainView#Properties|CmdPane|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pCmdPane''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] containing the specified command pane in the [[PXV:IUIX_ScrollContainer|scroll container]]. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CmdPane([in] UIX_CmdPaneSides | + | <pre class="brush:cpp;gutter:false">HRESULT get_CmdPane([in] UIX_CmdPaneSides nSide, |
− | [out, retval] IUIX_CmdPane** | + | [out, retval] IUIX_CmdPane** pCmdPane); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nSide |
− | :[in] Value of [[PXV:UIX_CmdPaneSides|UIX_CmdPaneSides]]. | + | :[in] Value of [[PXV:UIX_CmdPaneSides|UIX_CmdPaneSides]] containing the position of the command pane in the [[PXV:IUIX_ScrollContainer|scroll container]]. |
== See Also == | == See Also == | ||
[[PXV:IPXV_MainView|IPXV_MainView]] | [[PXV:IPXV_MainView|IPXV_MainView]] |
Latest revision as of 06:48, 23 March 2016
Property pCmdPane of interface IPXV_MainView returns Pointer to IUIX_CmdPane containing the specified command pane in the scroll container.
Syntax
HRESULT get_CmdPane([in] UIX_CmdPaneSides nSide, [out, retval] IUIX_CmdPane** pCmdPane);
Parameters
- nSide
- [in] Value of UIX_CmdPaneSides containing the position of the command pane in the scroll container.