C# Class IBE.Enums_and_Utility_Classes.DataGridViewSettings

Inheritance: RNBaseForm
Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Méthode Description
CloneSettings ( System.Windows.Forms.DataGridView &EditedDataGridView1, System.Windows.Forms.DataGridView &EditedDataGridView2 ) : void
DataGridViewSettings ( ) : System
setVisibility ( System.Windows.Forms.DataGridView editedDataGridView ) : DialogResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DataGridViewSettings_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void

Method Details

CloneSettings() static public méthode

static public CloneSettings ( System.Windows.Forms.DataGridView &EditedDataGridView1, System.Windows.Forms.DataGridView &EditedDataGridView2 ) : void
EditedDataGridView1 System.Windows.Forms.DataGridView
EditedDataGridView2 System.Windows.Forms.DataGridView
Résultat void

DataGridViewSettings() public méthode

public DataGridViewSettings ( ) : System
Résultat System

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

setVisibility() public méthode

public setVisibility ( System.Windows.Forms.DataGridView editedDataGridView ) : DialogResult
editedDataGridView System.Windows.Forms.DataGridView
Résultat DialogResult