Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxNullFkeyChildId | System.Windows.Forms.TextBox | ||
uxNullFkeyChildIdLabel | System.Windows.Forms.Label | ||
uxNullFkeyParentId | System.Windows.Forms.ComboBox | ||
uxNullFkeyParentIdLabel | System.Windows.Forms.Label | ||
uxSomeText | System.Windows.Forms.TextBox | ||
uxSomeTextLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
NullFkeyChildEditControlBase ( ) |
Initializes a new instance of the NullFkeyChildEditControlBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
uxBindingSource_currentItemChanged ( object sender, System e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxNullFkeyChildId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxNullFkeyChildIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxNullFkeyParentId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxNullFkeyParentIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxSomeText | ||
return | System.Windows.Forms.TextBox |