C# Class ATMLCommonLibrary.controls.MailingAddressControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
errorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property 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

Public Methods

Method Description
Clear ( ) : void
MailingAddressControl ( ) : System
Ok2Validate ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnEnabledChanged ( EventArgs e ) : void

Private Methods

Method 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 method

public Clear ( ) : void
return void

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

MailingAddressControl() public method

public MailingAddressControl ( ) : System
return System

Ok2Validate() public method

public Ok2Validate ( ) : bool
return bool

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
return void

Property Details

errorProvider protected property

protected System.Windows.Forms.ErrorProvider errorProvider
return System.Windows.Forms.ErrorProvider