IPXV_MainFrame Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainFrame Interface}}
 
{{#customTitle:IPXV_MainFrame Interface}}
{{#parentPage:PXV:PXV_Interfaces|IPXV_MainFrame Interface|interface}}
+
{{#parentPage:PXV:PXV_Interfaces|IPXV_MainFrame|interface}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
[[File:IPXV_MainFrame.PNG|thumbnail|none]]
  
IPXV_MainFrame extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
+
This interface represents the whole Editor Control's frame that contains [[PXV:IPXV_MainView|IPXV_MainView]] and can open documents.
 +
 
 +
IPXV_MainFrame extends the [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
  
 
== Methods ==
 
== Methods ==
Line 14: Line 15:
 
|-
 
|-
 
| [[PXV:IPXV_MainFrame_GetLastWndState|GetLastWndState]]
 
| [[PXV:IPXV_MainFrame_GetLastWndState|GetLastWndState]]
| [[PXV:IPXV_MainFrame_OpenDocFrom|OpenDocFrom]]
 
 
| [[PXV:IPXV_MainFrame_OpenDocFromPath|OpenDocFromPath]]
 
| [[PXV:IPXV_MainFrame_OpenDocFromPath|OpenDocFromPath]]
 +
| [[PXV:IPXV_MainFrame_OpenDocs|OpenDocs]]
 
| [[PXV:IPXV_MainFrame_ScreenPosChanged|ScreenPosChanged]]
 
| [[PXV:IPXV_MainFrame_ScreenPosChanged|ScreenPosChanged]]
 +
|-
 +
| [[PXV:IPXV_MainFrame_OpenDocFrom|OpenDocFrom]]
 +
|
 +
|
 +
|
 
|}
 
|}
  
Line 27: Line 33:
 
|  
 
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_CreateNewMainFrm|IPXV_Inst::CreateNewMainFrm]], [[PXV:IPXV_Inst_ActiveMainFrm|IPXV_Inst::ActiveMainFrm]], [[PXV:IPXV_Inst_MainFrm|IPXV_Inst::MainFrm]], [[PXV:IPXV_MainView_Frame|IPXV_MainView::Frame]], [[PXV:IPXV_Control_Frame|IPXV_Control::Frame]]

Latest revision as of 01:58, 31 May 2016


IPXV MainFrame.PNG

This interface represents the whole Editor Control's frame that contains IPXV_MainView and can open documents.

IPXV_MainFrame extends the IUIX_ObjImpl interface.

Methods

GetLastWndState OpenDocFromPath OpenDocs ScreenPosChanged
OpenDocFrom

Properties

View

See Also

IPXV_Inst::CreateNewMainFrm, IPXV_Inst::ActiveMainFrm, IPXV_Inst::MainFrm, IPXV_MainView::Frame, IPXV_Control::Frame