C# 클래스 Ushahidi.View.Views.BaseView

파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 프로퍼티들

프로퍼티 타입 설명
mainMenu System.Windows.Forms.MainMenu
menuItemAction System.Windows.Forms.MenuItem
menuItemAddIncident System.Windows.Forms.MenuItem
menuItemExit System.Windows.Forms.MenuItem
menuItemIncidentList System.Windows.Forms.MenuItem
menuItemMenu System.Windows.Forms.MenuItem
menuItemSettings System.Windows.Forms.MenuItem
menuItemWebsite System.Windows.Forms.MenuItem

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

프로퍼티 상세

mainMenu 공개적으로 프로퍼티

public System.Windows.Forms.MainMenu mainMenu
리턴 System.Windows.Forms.MainMenu

menuItemAction 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemAction
리턴 System.Windows.Forms.MenuItem

menuItemAddIncident 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemAddIncident
리턴 System.Windows.Forms.MenuItem

menuItemExit 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemExit
리턴 System.Windows.Forms.MenuItem

menuItemIncidentList 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemIncidentList
리턴 System.Windows.Forms.MenuItem

menuItemMenu 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemMenu
리턴 System.Windows.Forms.MenuItem

menuItemSettings 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemSettings
리턴 System.Windows.Forms.MenuItem

menuItemWebsite 공개적으로 프로퍼티

public System.Windows.Forms.MenuItem menuItemWebsite
리턴 System.Windows.Forms.MenuItem