C# Class ZoomFactorExtensionCSharp.InputForm

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

Public Methods

Method Description
ShowModal ( System owner, string caption, string title, string defaultText ) : InputFormResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetResult ( InputForm currForm ) : InputFormResult
InitializeComponent ( ) : void

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

InputForm_Load ( object sender, System e ) : void
SizeCaption ( InputForm currForm, string caption ) : void
btnCancel_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

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

ShowModal() public static method

public static ShowModal ( System owner, string caption, string title, string defaultText ) : InputFormResult
owner System
caption string
title string
defaultText string
return InputFormResult