IPXV_MainView::MenuBar Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 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|MenuBar | + | {{#parentPage:PXV:IPXV_MainView#Properties|MenuBar|property}} |
− | + | ||
{{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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_MenuBar([out, retval] IUIX_CmdBar** pCmdBar); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_MainView|IPXV_MainView]] |
Latest revision as of 04: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);