Keyoti RapidSpell WPF API Docs
IAYTTextBox Interface
APIKeyoti.RapidSpell.WpfIAYTTextBox
Keyoti RapidSpell WPF
Interface requirements for an "as-you-type" text box, if an object implements this interface then it is compatible with the RapidSpellAYT control.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public interface IAYTTextBox
public interface IAYTTextBox
Public Interface IAYTTextBox
Public Interface IAYTTextBox
public interface class IAYTTextBox
public interface class IAYTTextBox
type IAYTTextBox =  interface end
type IAYTTextBox =  interface end
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
ContextMenu
The context menu that will be shown when the right click is on a misspelled word.

ContextMenuDefault
The context menu that will be shown when the right click is not on a misspelled word.

ContextMenuOpening
Fired when the context menu is opening

Dispose()()()()
Clean resources, remove references

Disposed
Event fires when component is Disposed.

Enabled
Whether the textbox is enabled

GetBaselineOffsetAtCharIndex(Int32)
Gets the Y offset of the baseline from the position returned by GetPosFromCharIndex for a particular character.

GetCharIndexFromPos(Point)
gets the char index from a position point.

GetPosFromCharIndex(Int32)
Gets the position point from the char index.

GetTBU()()()()
Returns the WpfTextBoxBaseUtilityAdapter, this is used to paint and track underlines.

GotFocus
Focus changed

Height
Gets or sets the height of the control.

IsEnabledChanged
IsEnabled has changed

KeyDown
Occurs when a key is pressed while the control has focus.

KeyUp
Occurs when a key is released while the control has focus.

LostFocus
Focus changed

MouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.

MouseUp
Occurs when the mouse is released on the text box.

ReadOnly
Whether the textbox is readonly

Refresh()()()()
Forces the control to invalidate its client area and immediately redraw itself and any child controls.

SelectedText
Gets or sets a value indicating the currently selected text in the control.

SelectionLength
Gets or sets the number of characters selected in the text box.

SelectionStart
Gets or sets the starting point of text selected in the text box.

Text
Gets or sets the current text in the text box.

TextChanged
Occurs when the Text property value changes.

TextLength
Gets the current text length in the text box.

Width
Gets or sets the width of the control.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214