C# Class WikiFunctions.Controls.PageContainsControl

Afficher le fichier Open project: reedy/AutoWikiBrowser

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
Matches ( Article article ) : bool

PageContainsControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Matches() public méthode

public Matches ( Article article ) : bool
article Article
Résultat bool

PageContainsControl() public méthode

public PageContainsControl ( ) : System
Résultat System

Property Details

chkAfterProcessing protected_oe property

protected System.Windows.Forms.CheckBox chkAfterProcessing
Résultat System.Windows.Forms.CheckBox

chkCaseSensitive protected_oe property

protected System.Windows.Forms.CheckBox chkCaseSensitive
Résultat System.Windows.Forms.CheckBox

chkContains protected_oe property

protected System.Windows.Forms.CheckBox chkContains
Résultat System.Windows.Forms.CheckBox

chkIsRegex protected_oe property

protected System.Windows.Forms.CheckBox chkIsRegex
Résultat System.Windows.Forms.CheckBox

toolTip1 protected_oe property

protected WikiFunctions.Controls.AWBToolTip toolTip1
Résultat WikiFunctions.Controls.AWBToolTip

txtContains protected_oe property

protected System.Windows.Forms.RichTextBox txtContains
Résultat System.Windows.Forms.RichTextBox