C# 클래스 RSSWeatherLayer.WeatherItemSelectionDlg

Select by city name dialog
Allows users to select items according to city names.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
WeatherItemSelectionDlg ( RSSWeatherLayerClass weatherLayer, IActiveView activeView ) : System

class constructor

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddListItemString ( string item ) : void

Make Thread-Safe Calls to Windows Forms Controls

HideProgressBar ( ) : void

hide the progressbar and show the refresh button

IncrementProgressBar ( ) : void

increments the progressbar of the refresh list button

InitializeComponent ( ) : void

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

PopulateList ( ) : void

Populate the listbox with the citynames

PopulateSubListProc ( ) : void

Populate the listbox according to a selection criteria

PopulateWeatherItemsTableProc ( ) : void

Populate the listbox with the layer's list of cityNames

SelectWeatherItems ( ) : void

select a weather items given selected items from the listbox

ShowProgressBar ( ) : void

show the progressbar and hide the refresh button

WeatherItemSelectionDlg_Load ( object sender, System e ) : void

Event handler for Form::Load

WeatherItemSelectionDlg_VisibleChanged ( object sender, System e ) : void

dialog visible change event handler

btnDismiss_Click ( object sender, System e ) : void

dismiss button event handler

btnRefreshList_Click ( object sender, System e ) : void

refresh button click event handler

btnSelect_Click ( object sender, System e ) : void

Select button click event handler

lstWeatherItemNames_DoubleClick ( object sender, System e ) : void

listbox's double-click event handler

lstWeatherItemNames_MouseDown ( object sender, System e ) : void

listbox's event handler for mousedown

menuZoomTo_Click ( object sender, System e ) : void

ZoomTo menu click event handler

txtSelect_TextChanged ( object sender, System e ) : void

selection textbox text change event handler

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

WeatherItemSelectionDlg() 공개 메소드

class constructor
public WeatherItemSelectionDlg ( RSSWeatherLayerClass weatherLayer, IActiveView activeView ) : System
weatherLayer RSSWeatherLayerClass
activeView IActiveView
리턴 System