C# Class ARCed.Controls.SearchControl

Show file Open project: borisblizzard/arcreator

Public Properties

Property 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

Public Methods

Method Description
SearchControl ( ) : System

Default constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Method 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

Method Details

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void

SearchControl() public method

Default constructor
public SearchControl ( ) : System
return System

Property Details

buttonSearch public property

public System.Windows.Forms.ToolStripButton buttonSearch
return System.Windows.Forms.ToolStripButton

label_Statistics public property

public System.Windows.Forms.Label label_Statistics
return System.Windows.Forms.Label

listViewResults public property

public System.Windows.Forms.ListView listViewResults
return System.Windows.Forms.ListView

textBoxSearch public property

public System.Windows.Forms.ToolStripTextBox textBoxSearch
return System.Windows.Forms.ToolStripTextBox

toolStripComboBox_Scope public property

public System.Windows.Forms.ToolStripComboBox toolStripComboBox_Scope
return System.Windows.Forms.ToolStripComboBox

toolStripMenuItem_MatchCase public property

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_MatchCase
return System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_RegExp public property

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_RegExp
return System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_WholeWord public property

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_WholeWord
return System.Windows.Forms.ToolStripMenuItem

toolStripMenuItem_WordStart public property

public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_WordStart
return System.Windows.Forms.ToolStripMenuItem