C# Класс RSSWeatherLayer.IdentifyDlg

The IdentifyDlg is used by the Identify object to display the identify results
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
IdentifyDlg ( ) : System
SetProperties ( IPropertySet propSet ) : void

Populates the dialog's listview in order to display the identify results

The identify results are passed by the layer by the IdentifyObject through a PropertySet

Защищенные методы

Метод Описание
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
Результат void

IdentifyDlg() публичный Метод

public IdentifyDlg ( ) : System
Результат System

SetProperties() публичный Метод

Populates the dialog's listview in order to display the identify results
The identify results are passed by the layer by the IdentifyObject through a PropertySet
public SetProperties ( IPropertySet propSet ) : void
propSet IPropertySet
Результат void