Méthode | 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 |
Méthode | Description | |
---|---|---|
FindControl ( |
public static AsyncDB ( bool DebugMe = false ) : |
||
DebugMe | bool | |
Résultat |
public static Cell_TextChanged ( object sender, System.Windows.Forms.DataGridView dgv, |
||
sender | object | |
dgv | System.Windows.Forms.DataGridView | |
e | ||
Résultat | void |
public static FindControl ( |
||
form | ||
name | string | |
Résultat |
public static InvokeMe ( |
||
ctrl | ||
mInvoke | MethodInvoker | |
Résultat | void |
public static MD5Hash ( string txt ) : string | ||
txt | string | |
Résultat | string |
public static contextMenuEnable ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
Résultat | 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 | |
Résultat | void |
public static dgvRandomShuffle ( System.Windows.Forms.DataGridView dgv ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
Résultat | void |
public static dgvRowIntoQuestion ( System.Windows.Forms.DataGridViewRow dgvRow ) : |
||
dgvRow | System.Windows.Forms.DataGridViewRow | |
Résultat |
public static dgvRowMoveUpDown ( System.Windows.Forms.DataGridView dgv, bool moveDown ) : void | ||
dgv | System.Windows.Forms.DataGridView | |
moveDown | bool | |
Résultat | void |
public static notifyThem ( NotificationBox ntfbox, string msg, NotificationBox ntype ) : void | ||
ntfbox | NotificationBox | |
msg | string | |
ntype | NotificationBox | |
Résultat | 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 | |
Résultat | void |
public static runInThread ( System.Action func ) : Thread | ||
func | System.Action | |
Résultat | Thread |
public static txtBoxReplaceNewLine ( |
||
txtb | ||
Résultat | void |
public static txtBoxReplaceSpaceNewLine ( |
||
txtb | ||
Résultat | void |
public static txtCustomReplaceSpace ( XylosTextBox txtb ) : void | ||
txtb | XylosTextBox | |
Résultat | void |