C# Класс SS.Ynote.Classic.Core.Search.IncrementalSearcher

This style will drawing ellipse around of the word
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

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

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

Метод Описание
IncrementalSearcher ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
Exit ( ) : void
FindNext ( string pattern ) : void
FocusTextBox ( ) : void
HighlightAllMatches ( Range r, string pattern, bool ignorecase ) : void
InitializeComponent ( ) : void

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

ResetSerach ( ) : void
cbMatchCase_CheckedChanged ( object sender, EventArgs e ) : void
tbFind_KeyDown ( object sender, KeyEventArgs e ) : void
tbFind_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

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

public IncrementalSearcher ( ) : System
Результат System

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

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

public FastColoredTextBox Tb
Результат FastColoredTextBox

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

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