C# Class CustomRulesPageCS.frmReductionLink

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

Public Properties

Property Type Description
cboReduce System.Windows.Forms.ComboBox
chkUsePort System.Windows.Forms.CheckBox
lblDescription System.Windows.Forms.Label
lblReduce System.Windows.Forms.Label
txtDescription System.Windows.Forms.TextBox

Public Methods

Method Description
frmReductionLink ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

Method Details

Dispose() protected method

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

frmReductionLink() public method

public frmReductionLink ( ) : System
return System

Property Details

cboReduce public_oe property

public System.Windows.Forms.ComboBox cboReduce
return System.Windows.Forms.ComboBox

chkUsePort public_oe property

public System.Windows.Forms.CheckBox chkUsePort
return System.Windows.Forms.CheckBox

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
return System.Windows.Forms.Label

lblReduce public_oe property

public System.Windows.Forms.Label lblReduce
return System.Windows.Forms.Label

txtDescription public_oe property

public System.Windows.Forms.TextBox txtDescription
return System.Windows.Forms.TextBox