C# Class ToolbarControlExtension.Form1

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

Public Properties

Property Type Description
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
chkExtension System.Windows.Forms.CheckBox

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void
Main ( ) : void
chkExtension_CheckedChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System

Property Details

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

Label2 public_oe property

public Label,System.Windows.Forms Label2
return System.Windows.Forms.Label

Label3 public_oe property

public Label,System.Windows.Forms Label3
return System.Windows.Forms.Label

chkExtension public_oe property

public CheckBox,System.Windows.Forms chkExtension
return System.Windows.Forms.CheckBox