Method | Description | |
---|---|---|
AsyncDB ( bool DebugMe = false ) : |
||
Cell_TextChanged ( object sender, System.Windows.Forms.DataGridView dgv, |
||
FindControl ( |
||
InvokeMe ( |
||
MD5Hash ( string txt ) : string | ||
clearText ( ) : void | ||
contextMenuEnable ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgvCellEditing ( System.Windows.Forms.DataGridView dgv, string columnName, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e ) : void | ||
dgvRandomShuffle ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgvRowIntoQuestion ( System.Windows.Forms.DataGridViewRow dgvRow ) : |
||
dgvRowMoveUpDown ( System.Windows.Forms.DataGridView dgv, bool moveDown ) : void | ||
notifyThem ( NotificationBox ntfbox, string msg, NotificationBox ntype ) : void | ||
rightClickSelect ( System.Windows.Forms.DataGridView dgv, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
runInThread ( System.Action func ) : Thread | ||
txtBoxReplaceNewLine ( |
||
txtBoxReplaceSpaceNewLine ( |
||
txtCustomReplaceSpace ( XylosTextBox txtb ) : void |
Method | Description | |
---|---|---|
FindControl ( |
public static AsyncDB ( bool DebugMe = false ) : |
||
DebugMe | bool | |
return |
public static Cell_TextChanged ( object sender, System.Windows.Forms.DataGridView dgv, |
||
sender | object | |
dgv | System.Windows.Forms.DataGridView | |
e | ||
return | void |
public static FindControl ( |
||
form | ||
name | string | |
return |
public static InvokeMe ( |
||
ctrl | ||
mInvoke | MethodInvoker | |
return | void |
public static MD5Hash ( string txt ) : string | ||
txt | string | |
return | string |
public static contextMenuEnable ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
return | void |
public static dgvCellEditing ( System.Windows.Forms.DataGridView dgv, string columnName, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
columnName | string | |
e | System.Windows.Forms.DataGridViewEditingControlShowingEventArgs | |
return | void |
public static dgvRandomShuffle ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
return | void |
public static dgvRowIntoQuestion ( System.Windows.Forms.DataGridViewRow dgvRow ) : |
||
dgvRow | System.Windows.Forms.DataGridViewRow | |
return |
public static dgvRowMoveUpDown ( System.Windows.Forms.DataGridView dgv, bool moveDown ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
moveDown | bool | |
return | void |
public static notifyThem ( NotificationBox ntfbox, string msg, NotificationBox ntype ) : void | ||
ntfbox | NotificationBox | |
msg | string | |
ntype | NotificationBox | |
return | void |
public static rightClickSelect ( System.Windows.Forms.DataGridView dgv, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
e | System.Windows.Forms.DataGridViewCellMouseEventArgs | |
return | void |
public static runInThread ( System.Action func ) : Thread | ||
func | System.Action | |
return | Thread |
public static txtBoxReplaceNewLine ( |
||
txtb | ||
return | void |
public static txtBoxReplaceSpaceNewLine ( |
||
txtb | ||
return | void |
public static txtCustomReplaceSpace ( XylosTextBox txtb ) : void | ||
txtb | XylosTextBox | |
return | void |