IPXV_MainView::CmdPane Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
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 '''pCmdPane''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] | + | Property '''pCmdPane''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] containing the specified command pane. |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nSide | ;nSide | ||
− | :[in] Value of [[PXV:UIX_CmdPaneSides|UIX_CmdPaneSides]]. | + | :[in] Value of [[PXV:UIX_CmdPaneSides|UIX_CmdPaneSides]] containing the side of the command pane that is needed. |
== See Also == | == See Also == | ||
[[PXV:IPXV_MainView|IPXV_MainView]] | [[PXV:IPXV_MainView|IPXV_MainView]] |
Revision as of 06:42, 23 March 2016
Property pCmdPane of interface IPXV_MainView returns Pointer to IUIX_CmdPane containing the specified command pane.
Syntax
HRESULT get_CmdPane([in] UIX_CmdPaneSides nSide, [out, retval] IUIX_CmdPane** pCmdPane);
Parameters
- nSide
- [in] Value of UIX_CmdPaneSides containing the side of the command pane that is needed.