C# Class CustomRulesPageCS.frmReductionLink

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
frmReductionLink ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

frmReductionLink() public méthode

public frmReductionLink ( ) : System
Résultat System

Property Details

cboReduce public_oe property

public System.Windows.Forms.ComboBox cboReduce
Résultat System.Windows.Forms.ComboBox

chkUsePort public_oe property

public System.Windows.Forms.CheckBox chkUsePort
Résultat System.Windows.Forms.CheckBox

lblDescription public_oe property

public System.Windows.Forms.Label lblDescription
Résultat System.Windows.Forms.Label

lblReduce public_oe property

public System.Windows.Forms.Label lblReduce
Résultat System.Windows.Forms.Label

txtDescription public_oe property

public System.Windows.Forms.TextBox txtDescription
Résultat System.Windows.Forms.TextBox