C# 클래스 WikiFunctions.Controls.PageContainsControl

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Matches ( Article article ) : bool

PageContainsControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Matches() 공개 메소드

public Matches ( Article article ) : bool
article Article
리턴 bool

PageContainsControl() 공개 메소드

public PageContainsControl ( ) : System
리턴 System

프로퍼티 상세

chkAfterProcessing 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkAfterProcessing
리턴 System.Windows.Forms.CheckBox

chkCaseSensitive 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkCaseSensitive
리턴 System.Windows.Forms.CheckBox

chkContains 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkContains
리턴 System.Windows.Forms.CheckBox

chkIsRegex 보호되어 있는 프로퍼티

protected System.Windows.Forms.CheckBox chkIsRegex
리턴 System.Windows.Forms.CheckBox

toolTip1 보호되어 있는 프로퍼티

protected WikiFunctions.Controls.AWBToolTip toolTip1
리턴 WikiFunctions.Controls.AWBToolTip

txtContains 보호되어 있는 프로퍼티

protected System.Windows.Forms.RichTextBox txtContains
리턴 System.Windows.Forms.RichTextBox