C# Класс Ushahidi.View.Views.BaseView

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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