C# Класс Acrolinx.Demo.Sidebar.TextBoxAdapter

TextBoxAdapter is a sample implementation of IAdapter . The TextBoxAdapter uses UniversalAdapter as base class, which simplifies the implementation since it already does some offset magic to adjust the guessed offsets to the actual offsets of the source.
Наследование: Acrolinx.Sdk.Sidebar.Util.Adapter.UniversalAdapter
Показать файл Открыть проект

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

Метод Описание
TextBoxAdapter ( string tagName, TextBox textBox, bool encodeContent ) : System

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

Метод Описание
ExtractRaw ( ) : string
ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void
SelectRawRange ( IRange range, System.Text.Format format ) : void

Описание методов

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

protected ExtractRaw ( ) : string
Результат string

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

protected ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void
range IRange
replacement string
format System.Text.Format
Результат void

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

protected SelectRawRange ( IRange range, System.Text.Format format ) : void
range IRange
format System.Text.Format
Результат void

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

public TextBoxAdapter ( string tagName, TextBox textBox, bool encodeContent ) : System
tagName string
textBox System.Windows.Forms.TextBox
encodeContent bool
Результат System