C# 클래스 DataHubServicesAddin.AddMapButton

Add map button implementation
상속: Button
파일 보기 프로젝트 열기: EsriUK/OnlineServicesAddin

공개 메소드들

메소드 설명
AddMapButton ( ) : System

Initializes a new instance of the AddMapButton class.

보호된 메소드들

메소드 설명
OnClick ( ) : void

Called when Button is clicked.

메소드 상세

AddMapButton() 공개 메소드

Initializes a new instance of the AddMapButton class.
public AddMapButton ( ) : System
리턴 System

OnClick() 보호된 메소드

Called when Button is clicked.
protected OnClick ( ) : void
리턴 void