IPXV_MainView Interface

From PDF XChange PDF SDK
Jump to: navigation, search
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:PXV|IPXV_MainView Interface|interface}}
+
{{#parentPage:PXV:PXV_Interfaces|IPXV_MainView|interface}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
[[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:IPXV_MainView_CmdBar|CmdBar]]
+
| [[PXV:IPXV_MainView_ActiveDocView|ActiveDocView]]
| [[PXV:IPXV_MainView_CmdPaneBottom|CmdPaneBottom]]
+
| [[PXV:IPXV_MainView_Frame|Frame]]
| [[PXV:IPXV_MainView_CmdPaneTop|CmdPaneTop]]
+
 
| [[PXV:IPXV_MainView_MenuBar|MenuBar]]
 
| [[PXV:IPXV_MainView_MenuBar|MenuBar]]
|-
 
| [[PXV:IPXV_MainView_CmdBar2|CmdBar2]]
 
| [[PXV:IPXV_MainView_CmdPaneLeft|CmdPaneLeft]]
 
| [[PXV:IPXV_MainView_DocViewsArea|DocViewsArea]]
 
 
| [[PXV:IPXV_MainView_PropsBar|PropsBar]]
 
| [[PXV:IPXV_MainView_PropsBar|PropsBar]]
 
|-
 
|-
| [[PXV:IPXV_MainView_CmdPane|CmdPane]]
+
| [[PXV:IPXV_MainView_DocViewsArea|DocViewsArea]]
| [[PXV:IPXV_MainView_CmdPaneRight|CmdPaneRight]]
+
|  
| [[PXV:IPXV_MainView_Frame|Frame]]
+
|  
 
|  
 
|  
 
|}
 
|}
 +
 +
== 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 06:38, 2 March 2018


IPXV MainFrame.PNG

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