C# Class DataHubServicesAddin.Dialogs.AddOnlineMapForm

Form for showing a list of map services available for the current user.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: EsriUK/OnlineServicesAddin Class Usage Examples

Méthodes publiques

Méthode Description
AddOnlineMapForm ( ) : System

Initializes a new instance of the frmAddOnlineMap class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ConfigureUI ( ) : void

Configures the UI.

InitializeComponent ( ) : void

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

SetWindowTheme ( IntPtr hWnd, [ pszSubAppName, [ pszSubIdList ) : int
backGetOnlineList_DoWork ( object sender, DoWorkEventArgs e ) : void

Handles the DoWork event of the backGetOnlineList control.

backGetOnlineList_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Handles the ProgressChanged event of the backGetOnlineList control.

backGetOnlineList_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Handles the RunWorkerCompleted event of the backGetOnlineList control.

butClose_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butClose control.

butOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the butOK control.

lstMaps_DoubleClick ( object sender, EventArgs e ) : void

Handles the DoubleClick event of the lstMaps control.

lstMaps_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the lstMaps control.

Method Details

AddOnlineMapForm() public méthode

Initializes a new instance of the frmAddOnlineMap class.
public AddOnlineMapForm ( ) : System
Résultat System

Dispose() protected méthode

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