Property | Type | Description | |
---|---|---|---|
bKeySet | bool | ||
dgv_Matrix | System.Windows.Forms.DataGridView | ||
m_arrMatrix | ].int[ |
Method | Description | |
---|---|---|
frmMatrix ( ) : System | ||
txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ValidateInput ( int nColumns ) : bool | ||
btn_Back_Click ( object sender, EventArgs e ) : void | ||
dgv_Matrix_EditingControlShowing ( object sender, DataGridViewEditingControlShowingEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void | ||
sender | object | |
e | KeyPressEventArgs | |
return | void |
public System.Windows.Forms.DataGridView dgv_Matrix | ||
return | System.Windows.Forms.DataGridView |