Свойство | Type | Description | |
---|---|---|---|
buttonSearch | System.Windows.Forms.ToolStripButton | ||
label_Statistics | System.Windows.Forms.Label | ||
listViewResults | System.Windows.Forms.ListView | ||
textBoxSearch | System.Windows.Forms.ToolStripTextBox | ||
toolStripComboBox_Scope | System.Windows.Forms.ToolStripComboBox | ||
toolStripMenuItem_MatchCase | System.Windows.Forms.ToolStripMenuItem | ||
toolStripMenuItem_RegExp | System.Windows.Forms.ToolStripMenuItem | ||
toolStripMenuItem_WholeWord | System.Windows.Forms.ToolStripMenuItem | ||
toolStripMenuItem_WordStart | System.Windows.Forms.ToolStripMenuItem |
Méthode | Description | |
---|---|---|
SearchControl ( ) : System |
Default constructor
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Nettoyage des ressources utilisées.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.
|
|
toolStripMenuItem_OptionsItem_Click ( object sender, EventArgs e ) : void | ||
toolStripTextBox_SearchString_KeyDown ( object sender, KeyEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true si les ressources managées doivent être supprimées ; sinon, false. |
Résultat | void |
public System.Windows.Forms.ToolStripButton buttonSearch | ||
Résultat | System.Windows.Forms.ToolStripButton |
public System.Windows.Forms.Label label_Statistics | ||
Résultat | System.Windows.Forms.Label |
public System.Windows.Forms.ListView listViewResults | ||
Résultat | System.Windows.Forms.ListView |
public System.Windows.Forms.ToolStripTextBox textBoxSearch | ||
Résultat | System.Windows.Forms.ToolStripTextBox |
public System.Windows.Forms.ToolStripComboBox toolStripComboBox_Scope | ||
Résultat | System.Windows.Forms.ToolStripComboBox |
public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_MatchCase | ||
Résultat | System.Windows.Forms.ToolStripMenuItem |
public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_RegExp | ||
Résultat | System.Windows.Forms.ToolStripMenuItem |
public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_WholeWord | ||
Résultat | System.Windows.Forms.ToolStripMenuItem |