MyDataGridTextBox CreateTextBox() { MyDataGridTextBox textbox = new MyDataGridTextBox(); textbox.SetDataGrid(DataGridTableStyle.DataGrid); textbox.Multiline = true; textbox.WordWrap = false; textbox.BorderStyle = BorderStyle.None; textbox.Visible = false; return(textbox); }
MyDataGridTextBox CreateTextBox () { MyDataGridTextBox textbox = new MyDataGridTextBox (); textbox.SetDataGrid (DataGridTableStyle.DataGrid); textbox.Multiline = true; textbox.WordWrap = false; textbox.BorderStyle = BorderStyle.None; textbox.Visible = false; return textbox; }