C# Class Gbdx.Aggregations.AggregationWindow.AddinImpl

Implementation class of the dockable window add-in. It is responsible for creating and disposing the user interface class of the dockable window.
Inheritance: ESRI.ArcGIS.Desktop.AddIns.DockableWindow
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

The dispose.

OnCreateChild ( ) : IntPtr

The on create child.

Method Details

Dispose() protected méthode

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
Résultat void

OnCreateChild() protected méthode

The on create child.
protected OnCreateChild ( ) : IntPtr
Résultat System.IntPtr