Property | Type | Description | |
---|---|---|---|
chkAfterProcessing | System.Windows.Forms.CheckBox | ||
chkCaseSensitive | System.Windows.Forms.CheckBox | ||
chkContains | System.Windows.Forms.CheckBox | ||
chkIsRegex | System.Windows.Forms.CheckBox | ||
toolTip1 | WikiFunctions.Controls.AWBToolTip | ||
txtContains | System.Windows.Forms.RichTextBox |
Method | Description | |
---|---|---|
Matches ( Article article ) : bool |
|
|
PageContainsControl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InvalidateComparer ( object sender, EventArgs e ) : void | ||
chkSkipIfContains_CheckedChanged ( object sender, EventArgs e ) : void | ||
txtContains_TextChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.CheckBox chkAfterProcessing | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.CheckBox chkCaseSensitive | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.CheckBox chkContains | ||
return | System.Windows.Forms.CheckBox |
protected System.Windows.Forms.CheckBox chkIsRegex | ||
return | System.Windows.Forms.CheckBox |
protected WikiFunctions.Controls.AWBToolTip toolTip1 | ||
return | WikiFunctions.Controls.AWBToolTip |