C# Класс FastColoredTextBoxNS.FindForm

Наследование: System.Windows.Forms.Form, IFindForm
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
tbFind System.Windows.Forms.TextBox

Открытые методы

Метод Описание
FindForm ( FastColoredTextBox tb ) : System
FindNext ( string pattern ) : void
FindPrevious ( string pattern ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
EndOfLine ( Place p ) : Place
Find ( string pattern, FindNextDirection direction ) : void
FindForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NextPlace ( Place p ) : Place
PrevPlace ( Place p ) : Place
ResetSearch ( ) : void
StartOfLine ( Place p ) : Place
TbFindOnTextChanged ( object sender, EventArgs eventArgs ) : void
TryFindNext ( string pattern, RegexOptions opt, FindNextDirection direction, Range range, Place &foundMatchPlace ) : bool
btClose_Click ( object sender, EventArgs e ) : void
btFindAll_Click ( object sender, EventArgs e ) : void
btFindNext_Click ( object sender, EventArgs e ) : void
btFindPrevious_Click ( object sender, EventArgs e ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyPress ( object sender, KeyPressEventArgs 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

FindForm() публичный Метод

public FindForm ( FastColoredTextBox tb ) : System
tb FastColoredTextBox
Результат System

FindNext() публичный Метод

public FindNext ( string pattern ) : void
pattern string
Результат void

FindPrevious() публичный Метод

public FindPrevious ( string pattern ) : void
pattern string
Результат void

OnActivated() защищенный Метод

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Результат bool

Описание свойств

tbFind публичное свойство

public System.Windows.Forms.TextBox tbFind
Результат System.Windows.Forms.TextBox