IPXV_MainView::CmdPane Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CmdPane''' 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 in the [[PXV:IUIX_ScrollContainer|scroll container]].
  
 
== 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 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.

See Also

IPXV_MainView