C# 클래스 Gbdx.Gbd.GbdDockableWindow.AddinImpl

Implementation class of the dockable window add-in. It is responsible for creating and disposing the user interface class of the dockable window.
상속: ESRI.ArcGIS.Desktop.AddIns.DockableWindow
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

The dispose.

OnCreateChild ( ) : IntPtr

The on create child.

메소드 상세

Dispose() 보호된 메소드

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

OnCreateChild() 보호된 메소드

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