C# Class MDIApplication.ChildForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
ChildForm ( ) : ESRI.ArcGIS.Controls

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnNotifyMessage ( System m ) : void

Private Methods

Méthode 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 méthode

public ChildForm ( ) : ESRI.ArcGIS.Controls
Résultat ESRI.ArcGIS.Controls

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnNotifyMessage() protected méthode

protected OnNotifyMessage ( System m ) : void
m System
Résultat void