C# Class EditPropertiesDialog.EditProperties2

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
EditProperties2 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
EditProperties2_Closing ( object sender, System e ) : void
EditProperties2_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

txtFactor_TextChanged ( object sender, System e ) : void
txtOffset_TextChanged ( object sender, System e ) : void
txtPrecision_TextChanged ( object sender, System e ) : void
txtTolerance_TextChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EditProperties2() public method

public EditProperties2 ( ) : System
return System