IPXV_MainView Interface
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
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 Interface}} | {{#customTitle:IPXV_MainView Interface}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXV_Interfaces|IPXV_MainView|interface}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The | + | [[File:IPXV_MainFrame.PNG|thumbnail|none]] |
+ | The Main View of the [[PXV:IPXV_Control|IPXV_Control]] allows to access, control, change, remove, customize the commands, available and also to add new custom menu items. | ||
IPXV_MainView extends [[PXV:IPXV_View|IPXV_View]] interface. | IPXV_MainView extends [[PXV:IPXV_View|IPXV_View]] interface. | ||
Line 21: | Line 22: | ||
{| class="wikitable properties" | {| class="wikitable properties" | ||
|- | |- | ||
− | | [[PXV: | + | | [[PXV:IPXV_MainView_ActiveDocView|ActiveDocView]] |
− | | [[PXV: | + | | [[PXV:IPXV_MainView_Frame|Frame]] |
− | + | ||
| [[PXV:IPXV_MainView_MenuBar|MenuBar]] | | [[PXV:IPXV_MainView_MenuBar|MenuBar]] | ||
− | |||
− | |||
− | |||
− | |||
| [[PXV:IPXV_MainView_PropsBar|PropsBar]] | | [[PXV:IPXV_MainView_PropsBar|PropsBar]] | ||
|- | |- | ||
− | | [[PXV: | + | | [[PXV:IPXV_MainView_DocViewsArea|DocViewsArea]] |
− | | | + | | |
− | | | + | | |
| | | | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXV_Inst_GetMainViewFromUIObj|IPXV_Inst::GetMainViewFromUIObj]], [[PXV:IPXV_Inst_ActiveMainView|IPXV_Inst::ActiveMainView]], [[PXV:IPXV_MainFrame_View|IPXV_MainFrame::View]], [[PXV:IPXV_ShowPropsCallback_OnShowProps|IPXV_ShowPropsCallback::OnShowProps]] |
Latest revision as of 05:38, 2 March 2018
The Main View of the IPXV_Control allows to access, control, change, remove, customize the commands, available and also to add new custom menu items.
IPXV_MainView extends IPXV_View interface.
Methods
LoadPanesLayout | ResetPanesLayout |
Properties
ActiveDocView | Frame | MenuBar | PropsBar |
DocViewsArea |
See Also
IPXV_Inst::GetMainViewFromUIObj, IPXV_Inst::ActiveMainView, IPXV_MainFrame::View, IPXV_ShowPropsCallback::OnShowProps