Keyoti RapidSpell Desktop .NET API Docs
RichTextBoxIAYTAdapter Class
APIKeyoti.RapidSpellRichTextBoxIAYTAdapter
Keyoti RapidSpell Desktop .NET
Internal wrapper for RichTextBox
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class RichTextBoxIAYTAdapter : TextBoxBaseIAYTAdapter
public class RichTextBoxIAYTAdapter : TextBoxBaseIAYTAdapter
Public Class RichTextBoxIAYTAdapter
	Inherits TextBoxBaseIAYTAdapter
Public Class RichTextBoxIAYTAdapter
	Inherits TextBoxBaseIAYTAdapter
public ref class RichTextBoxIAYTAdapter : public TextBoxBaseIAYTAdapter
public ref class RichTextBoxIAYTAdapter : public TextBoxBaseIAYTAdapter
type RichTextBoxIAYTAdapter =  
    class
        inherit TextBoxBaseIAYTAdapter
    end
type RichTextBoxIAYTAdapter =  
    class
        inherit TextBoxBaseIAYTAdapter
    end
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
RichTextBoxIAYTAdapter(RichTextBox, Boolean)
New instance

AddHandlers()()()()
Adds handlers
(Overrides TextBoxBaseIAYTAdapter.AddHandlers()()()().)
BeginInvoke(Delegate)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from TextBoxBaseIAYTAdapter.)
BeginInvoke(Delegate, array<Object>[]()[][])
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from TextBoxBaseIAYTAdapter.)
ClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from TextBoxBaseIAYTAdapter.)
ContextMenu
Gets or sets the shortcut menu associated with the control
(Inherited from TextBoxBaseIAYTAdapter.)
ContextMenuDefault
The context menu that will be shown when the right click is not on a misspelled word.
(Inherited from TextBoxBaseIAYTAdapter.)
ContextMenuStrip
The context menu that will be shown when the right click is not on a misspelled word.
(Inherited from TextBoxBaseIAYTAdapter.)
ContextMenuStripDefault
The context menu that will be shown when the right click is not on a misspelled word.
(Inherited from TextBoxBaseIAYTAdapter.)
ControlBackgroundPaint
Event fired when Windows level background repaint occurs.
(Inherited from TextBoxBaseIAYTAdapter.)
ControlPaint
Event fired when Windows level repaint occurs.
(Inherited from TextBoxBaseIAYTAdapter.)
DefaultContextMenu
The context menu that will be shown when the right click is not on a misspelled word.
(Inherited from TextBoxBaseIAYTAdapter.)
Disposed
Event fires when component is Disposed.
(Inherited from TextBoxBaseIAYTAdapter.)
Disposing
See IAYTextBox
(Inherited from TextBoxBaseIAYTAdapter.)
Enabled
Internal
(Inherited from TextBoxBaseIAYTAdapter.)
Enter
Occurs when the control receives focus.
(Inherited from TextBoxBaseIAYTAdapter.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FindForm()()()()
Internal
(Inherited from TextBoxBaseIAYTAdapter.)
Font
Gets or sets the font of the text displayed by the control.
(Inherited from TextBoxBaseIAYTAdapter.)
FontChanged
Internal
(Inherited from TextBoxBaseIAYTAdapter.)
FormatChanged
Event fired when formatting changes (such as font change).
(Inherited from TextBoxBaseIAYTAdapter.)
GetBaselineOffsetAtCharIndex(Int32)
See IAYTTextBox
(Overrides TextBoxBaseIAYTAdapter.GetBaselineOffsetAtCharIndex(Int32).)
GetCharIndexFromPos(Point)
gets the char index from a position point.
(Inherited from TextBoxBaseIAYTAdapter.)
GetFirstVisibleCharIndex()()()()
Gets the character index of the first visible character in the window, this is for optimization and can just return 0 if unavailable.
(Inherited from TextBoxBaseIAYTAdapter.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLineFromCharIndex(Int32)
Gets the line number that char index is on
(Inherited from TextBoxBaseIAYTAdapter.)
GetPosFromCharIndex(Int32)
Gets the position point from the char index
(Inherited from TextBoxBaseIAYTAdapter.)
GetTBU()()()()
Interface requirement
(Inherited from TextBoxBaseIAYTAdapter.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Handle
Gets the window handle that the control is bound to.
(Inherited from TextBoxBaseIAYTAdapter.)
Height
Gets or sets the height of the control.
(Inherited from TextBoxBaseIAYTAdapter.)
HScrolled
Event fired when horizontal scroll changed (by anything).
(Inherited from TextBoxBaseIAYTAdapter.)
IsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from TextBoxBaseIAYTAdapter.)
IsHandleCreated
Same as Control.IsHandleCreated
(Inherited from TextBoxBaseIAYTAdapter.)
KeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from TextBoxBaseIAYTAdapter.)
KeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from TextBoxBaseIAYTAdapter.)
KeyUp
Occurs when a key is released while the control has focus.
(Inherited from TextBoxBaseIAYTAdapter.)
Leave
Occurs when the control loses focus.
(Inherited from TextBoxBaseIAYTAdapter.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from TextBoxBaseIAYTAdapter.)
MouseUp
Occurs when the mouse is released on the text box.
(Inherited from TextBoxBaseIAYTAdapter.)
MouseWheel
Occurs when the mouse wheel is used to scroll.
(Inherited from TextBoxBaseIAYTAdapter.)
Parent
See IAYTextBox
(Inherited from TextBoxBaseIAYTAdapter.)
ReadOnly
Internal
(Inherited from TextBoxBaseIAYTAdapter.)
RecreatingHandle
See IAYTextBox
(Inherited from TextBoxBaseIAYTAdapter.)
Refresh()()()()
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from TextBoxBaseIAYTAdapter.)
RemoveEventHandlers()()()()
Removes event handlers
(Overrides TextBoxBaseIAYTAdapter.RemoveEventHandlers()()()().)
Resize
Occurs when the control is resized.
(Inherited from TextBoxBaseIAYTAdapter.)
ScrollCaret
Occurs when the text box is scrolled to the caret.
(Inherited from TextBoxBaseIAYTAdapter.)
SelectedText
This member overrides TextBox.SelectedText.
(Inherited from TextBoxBaseIAYTAdapter.)
SelectionChanged
Occurs when the selection of text within the control has changed.
(Inherited from TextBoxBaseIAYTAdapter.)
SelectionLength
This member overrides TextBox.SelectionLength.
(Inherited from TextBoxBaseIAYTAdapter.)
SelectionStart
Gets or sets the starting point of text selected in the text box.
(Inherited from TextBoxBaseIAYTAdapter.)
ShowCutCopyPasteContextMenu
Whether to show the standard Undo/Cut/Copy/Paste/Delete/Select All context menu.
(Inherited from TextBoxBaseIAYTAdapter.)
SuspendLayout()()()()
Internal
(Inherited from TextBoxBaseIAYTAdapter.)
tbb
Wrapped control
(Inherited from TextBoxBaseIAYTAdapter.)
tbu
The painter.
(Inherited from TextBoxBaseIAYTAdapter.)
Text
This member overrides TextBox.Text.
(Inherited from TextBoxBaseIAYTAdapter.)
TextChanged
Occurs when the Text property value changes.
(Inherited from TextBoxBaseIAYTAdapter.)
TextLength
Gets the current text length in the text box.
(Inherited from TextBoxBaseIAYTAdapter.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UnderlineYOffset
Controls the position of the underline relative to the baseline.
(Inherited from TextBoxBaseIAYTAdapter.)
VScrolled
Event fired when vertical scroll changed (by anything).
(Inherited from TextBoxBaseIAYTAdapter.)
VScrollEnd
Event fired when vertical scroll ends.
(Inherited from TextBoxBaseIAYTAdapter.)
Width
Gets or sets the width of the control.
(Inherited from TextBoxBaseIAYTAdapter.)
Inheritance Hierarchy
Object
TextBoxBaseIAYTAdapter
 RichTextBoxIAYTAdapter

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412