IPXV_MainView::MenuBar Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView::MenuBar Property}}
 
{{#customTitle:IPXV_MainView::MenuBar Property}}
{{#parentPage:PXV:IPXV_MainView|property}}
+
{{#parentPage:PXV:IPXV_MainView#Properties|MenuBar|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''MenuBar''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] ...
+
Property '''MenuBar''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] containing the main Editor's menu bar (File, Edit, View sub-menus and so on...).
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MenuBar([out, retval] IUIX_CmdBar** ppCmdBar);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MenuBar([out, retval] IUIX_CmdBar** pCmdBar);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_MainView|IPXV_MainView]].
+
[[PXV:IPXV_MainView|IPXV_MainView]]

Latest revision as of 05:44, 23 March 2016


Property MenuBar of interface IPXV_MainView returns Pointer to IUIX_CmdBar containing the main Editor's menu bar (File, Edit, View sub-menus and so on...).

Syntax

HRESULT get_MenuBar([out, retval]  IUIX_CmdBar**  pCmdBar);

See Also

IPXV_MainView