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
Afficher le fichier Open project: Esri/visibility-addin-dotnet

Méthodes publiques

Méthode Description
AddinImpl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnCreateChild ( ) : IntPtr

Method Details

AddinImpl() public méthode

public AddinImpl ( ) : System
Résultat System

Dispose() protected méthode

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

OnCreateChild() protected méthode

protected OnCreateChild ( ) : IntPtr
Résultat System.IntPtr