IPXV_MainView::CmdPane Property
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''pCmdPane''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] containing the specified command pane. | + | 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 == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nSide | ;nSide | ||
− | :[in] Value of [[PXV:UIX_CmdPaneSides|UIX_CmdPaneSides]] containing the | + | :[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 07: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.