Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxCardNumber | System.Windows.Forms.TextBox | ||
uxCardNumberLabel | System.Windows.Forms.Label | ||
uxCardType | System.Windows.Forms.TextBox | ||
uxCardTypeLabel | System.Windows.Forms.Label | ||
uxCreditCardId | System.Windows.Forms.TextBox | ||
uxCreditCardIdLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxExpMonth | System.Windows.Forms.TextBox | ||
uxExpMonthLabel | System.Windows.Forms.Label | ||
uxExpYear | System.Windows.Forms.TextBox | ||
uxExpYearLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
CreditCardEditControlBase ( ) |
Initializes a new instance of the CreditCardEditControlBase class.
|
|
InitializeComponent ( ) : void |
Initializes the component.
|
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.TextBox uxCardNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxCardNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxCardType | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxCardTypeLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxCreditCardId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxCreditCardIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxExpMonth | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxExpMonthLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxExpYear | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxExpYearLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
return | System.Windows.Forms.DateTimePicker |