C# Class MDIApplication.ChildForm

Inheritance: System.Windows.Forms.Form
Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
ChildForm ( ) : ESRI.ArcGIS.Controls

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnNotifyMessage ( System m ) : void

Private Methods

Method Description
ChildForm_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

axMapControl1_OnMapReplaced ( object sender, ESRI e ) : void

Method Details

ChildForm() public method

public ChildForm ( ) : ESRI.ArcGIS.Controls
return ESRI.ArcGIS.Controls

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnNotifyMessage() protected method

protected OnNotifyMessage ( System m ) : void
m System
return void