C# Class CustomRulesPageCS.FrmBisectorRule

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

Public Properties

Property Type Description
TxtDescription System.Windows.Forms.TextBox
cmbParentNodeClass System.Windows.Forms.ComboBox
cmbTargetLinkClass System.Windows.Forms.ComboBox
cmbTargetNodeClass System.Windows.Forms.ComboBox
lblDescription System.Windows.Forms.Label
lblDistance System.Windows.Forms.Label
lblGroup System.Windows.Forms.GroupBox
lblParentNode System.Windows.Forms.Label
lblTargetLink System.Windows.Forms.Label
lblTargetNode System.Windows.Forms.Label
txtDistance System.Windows.Forms.TextBox

Public Methods

Method Description
FrmBisectorRule ( ) : 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

FrmBisectorRule() public method

public FrmBisectorRule ( ) : System
return System

Property Details

TxtDescription public_oe property

public System.Windows.Forms.TextBox TxtDescription
return System.Windows.Forms.TextBox

cmbParentNodeClass public_oe property

public System.Windows.Forms.ComboBox cmbParentNodeClass
return System.Windows.Forms.ComboBox

cmbTargetLinkClass public_oe property

public System.Windows.Forms.ComboBox cmbTargetLinkClass
return System.Windows.Forms.ComboBox

cmbTargetNodeClass public_oe property

public System.Windows.Forms.ComboBox cmbTargetNodeClass
return System.Windows.Forms.ComboBox

lblDescription public_oe property

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

lblDistance public_oe property

public System.Windows.Forms.Label lblDistance
return System.Windows.Forms.Label

lblGroup public_oe property

public System.Windows.Forms.GroupBox lblGroup
return System.Windows.Forms.GroupBox

lblParentNode public_oe property

public System.Windows.Forms.Label lblParentNode
return System.Windows.Forms.Label

lblTargetLink public_oe property

public System.Windows.Forms.Label lblTargetLink
return System.Windows.Forms.Label

lblTargetNode public_oe property

public System.Windows.Forms.Label lblTargetNode
return System.Windows.Forms.Label

txtDistance public_oe property

public System.Windows.Forms.TextBox txtDistance
return System.Windows.Forms.TextBox