C# Class WikiFunctions.Controls.PageContainsControl

Show file Open project: reedy/AutoWikiBrowser

Protected Properties

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

Public Methods

Method Description
Matches ( Article article ) : bool

PageContainsControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Matches() public method

public Matches ( Article article ) : bool
article Article
return bool

PageContainsControl() public method

public PageContainsControl ( ) : System
return System

Property Details

chkAfterProcessing protected property

protected System.Windows.Forms.CheckBox chkAfterProcessing
return System.Windows.Forms.CheckBox

chkCaseSensitive protected property

protected System.Windows.Forms.CheckBox chkCaseSensitive
return System.Windows.Forms.CheckBox

chkContains protected property

protected System.Windows.Forms.CheckBox chkContains
return System.Windows.Forms.CheckBox

chkIsRegex protected property

protected System.Windows.Forms.CheckBox chkIsRegex
return System.Windows.Forms.CheckBox

toolTip1 protected property

protected WikiFunctions.Controls.AWBToolTip toolTip1
return WikiFunctions.Controls.AWBToolTip

txtContains protected property

protected System.Windows.Forms.RichTextBox txtContains
return System.Windows.Forms.RichTextBox