C# Class ATMLCommonLibrary.controls.MailingAddressControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
errorProvider System.Windows.Forms.ErrorProvider

Private Properties

Свойство Type Description
ControlsToData void
DataToControls void
InitializeComponent void
LoadStateComboBox void
cbMailingCountry_BindingContextChanged void
cbMailingCountry_SelectedIndexChanged void
cbMailingCountry_SelectedValueChanged void
cbMailingCountry_TextChanged void
cbMailingCountry_ValueMemberChanged void
cbMailingState_BindingContextChanged void
panel2_Paint void

Méthodes publiques

Méthode Description
Clear ( ) : void
MailingAddressControl ( ) : System
Ok2Validate ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnEnabledChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
InitializeComponent ( ) : void

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

LoadStateComboBox ( ) : void
cbMailingCountry_BindingContextChanged ( object sender, EventArgs e ) : void
cbMailingCountry_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbMailingCountry_SelectedValueChanged ( object sender, EventArgs e ) : void
cbMailingCountry_TextChanged ( object sender, EventArgs e ) : void
cbMailingCountry_ValueMemberChanged ( object sender, EventArgs e ) : void
cbMailingState_BindingContextChanged ( object sender, EventArgs e ) : void
panel2_Paint ( object sender, PaintEventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

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

MailingAddressControl() public méthode

public MailingAddressControl ( ) : System
Résultat System

Ok2Validate() public méthode

public Ok2Validate ( ) : bool
Résultat bool

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

errorProvider protected_oe property

protected System.Windows.Forms.ErrorProvider errorProvider
Résultat System.Windows.Forms.ErrorProvider