C# Class TAUpdateControlSample.TAUpdateControlForm

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
PopulateDialog ( ) : void
TAUpdateControlForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

TAUpdateControlForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
TAUpdateControlForm_Load ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnHelp_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void
btnStats_Click ( object sender, EventArgs e ) : void
checkAutoRefresh_CheckedChanged ( object sender, EventArgs e ) : void
checkManualUpdate_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

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

PopulateDialog() public méthode

public PopulateDialog ( ) : void
Résultat void

TAUpdateControlForm() public méthode

public TAUpdateControlForm ( ) : System
Résultat System