IPXV_MainView::CmdPane Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView::CmdPane Property}}
 
{{#customTitle:IPXV_MainView::CmdPane Property}}
{{#parentPage:PXV:IPXV_MainView|CmdPane Property|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 ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_CmdPane([in]          UIX_CmdPaneSides  nSide,
 
<pre class="brush:cpp;gutter:false">HRESULT get_CmdPane([in]          UIX_CmdPaneSides  nSide,
                     [out, retval]  IUIX_CmdPane**    ppCmdPane);
+
                     [out, retval]  IUIX_CmdPane**    pCmdPane);
 
</pre>
 
</pre>
  
 
== 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 ==
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