C# Class MapAndPageLayoutSynchApp.frmMain

Summary description for frmMain.
Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
axMapControl1_OnMouseMove ( object sender, IMapControlEvents2_OnMouseMoveEvent e ) : void

MapControl MouseMove event handler

axPageLayoutControl1_OnMouseMove ( object sender, IPageLayoutControlEvents_OnMouseMoveEvent e ) : void

PageLayoutControl MouseMove event handler

frmMain_Load ( object sender, System e ) : void

Form.Load method

menuAppExit_Click ( object sender, System e ) : void

Exit menu event handler

menuNewDoc_Click ( object sender, System e ) : void

New Map document menu event handler

menuOpenDoc_Click ( object sender, System e ) : void

Open New Document menu event handler

menuSaveAsDoc_Click ( object sender, System e ) : void

SaveAs document menu event handler

Save the current MapDocument as a new doc

menuSaveDoc_Click ( object sender, System e ) : void

Save document menu event handler

Save the current MapDocument

tabControl1_SelectedIndexChanged ( object sender, System e ) : void

SelectedIndexChanged event handler

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

frmMain() public method

public frmMain ( ) : System
return System