IPXV_MainView::CmdPane Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== 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>
  

Revision as of 02:42, 4 June 2015


Property CmdPane of interface IPXV_MainView returns Pointer to IUIX_CmdPane ...

Syntax

HRESULT get_CmdPane([in]           UIX_CmdPaneSides  nSide,
                    [out, retval]  IUIX_CmdPane**    pCmdPane);

Parameters

nSide
[in] Value of UIX_CmdPaneSides.

See Also

IPXV_MainView