C# Class ArcMapAddinVisibility.DockableWindowVisibility.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
Mostra file Open project: Esri/visibility-addin-dotnet

Public Methods

Method Description
AddinImpl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnCreateChild ( ) : IntPtr

Method Details

AddinImpl() public method

public AddinImpl ( ) : System
return System

Dispose() protected method

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

OnCreateChild() protected method

protected OnCreateChild ( ) : IntPtr
return System.IntPtr