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
Show file Open project: DigitalGlobe/DGConnect-ESRI

Protected Methods

Method Description
Dispose ( bool disposing ) : void

The dispose.

OnCreateChild ( ) : IntPtr

The on create child.

Method Details

Dispose() protected method

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
return void

OnCreateChild() protected method

The on create child.
protected OnCreateChild ( ) : IntPtr
return System.IntPtr