GOA - System.Windows.Forms.RichTextBox

RichTextBox Class


Represents a rich text box control.

Definition

public class RichTextBox: TextBoxBase

Members Table

MethodDescription
AppendTextAppends text to the current text of the TextBoxBase. (Inherited from TextBoxBase)
BringToFrontBrings the control to the front of the z-order. (Inherited from Control)
ClearClears all text from the TextBoxBase. (Inherited from TextBoxBase)
ContainsReturns a value indicating whether the specified control is a child of the control. (Inherited from Control)
CreateControlForces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control)
CreateControlSkinCreates the skin for the Control. (Inherited from Control)
CreateControlSkinInstanceOverriden. Creates a ControlSkin instance for the RichTextBox.
CreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from Control)
CreateHandleCreates a handle for the control. (Inherited from Control)
DeselectAllDeselects all the text in the TextBoxBase. (Inherited from TextBoxBase)
DestroyHandleDestroys the handle associated with the control. (Inherited from Control)
DisposeOverloaded. (Inherited from Component)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
FindFormReturns the form that the control is on. (Inherited from Control)
FocusSets input focus to the control. (Inherited from Control)
GetChildAtPointReturns the child control that is located at the specified coordinates. (Inherited from Control)
GetContainerControlReturns the next ContainerControl up the control's chain of parent controls. (Inherited from Control)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetNextControlReturns the next control forward or back in the tab order of child controls. (Inherited from Control)
GetStyleReturns the value of the specified control style bit for the control. (Inherited from Control)
GetTopLevelDetermines if the control is a top-level control. (Inherited from Control)
GetTypeGets the Type of the current instance. (Inherited from Object)
HideHides the control from the user. (Inherited from Control)
InitLayoutInitializes the layout state of the control after it has been added to another container. (Inherited from Control)
InternalMethodInherited from Control.
InvalidateOverloaded. Invalidates the control. This will cause a paint event to be sent later to the control. (Inherited from Control)
InvokeGotFocusRaises the GotFocus event for the specified control. (Inherited from Control)
InvokeLostFocusRaises the LostFocus event for the specified control. (Inherited from Control)
InvokeOnClickRaises the Click event for the specified control. (Inherited from Control)
InvokePaintRaises the Paint event for the specified control. (Inherited from Control)
InvokePaintBackgroundInvoke the Control.OnPaintBackground method for the specified control. (Inherited from Control)
IsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from Control)
IsInputKeyOverriden. Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from TextBoxBase)
IsMnemonicDetermines if the specified character is the mnemonic character assigned to the control in the specified string. (Inherited from Control)
OnAutoSizeChangedRaises the AutoSizeChanged event. (Inherited from TextBoxBase)
OnBackColorChangedRaises the BackColorChanged event. (Inherited from Control)
OnBorderStyleChangedRaises the BorderStyleChanged event. (Inherited from TextBoxBase)
OnCausesValidationChangedRaises the CausesValidationChanged event. (Inherited from Control)
OnClickRaises the Click event. (Inherited from Control)
OnClientSizeChangedInherited from Control.
OnControlAddedRaises the ControlAdded event. (Inherited from Control)
OnControlRemovedRaises the ControlRemoved event. (Inherited from Control)
OnCreateControlOverriden. Raises the CreateControl event.
OnCursorChangedRaises the CursorChanged event. (Inherited from Control)
OnDockChangedRaises the DockChanged event. (Inherited from Control)
OnDoubleClickRaises the DoubleClick event. (Inherited from Control)
OnEnabledChangedOverriden. Raises the EnabledChanged event. (Inherited from TextBoxBase)
OnEnterRaises the Enter event. (Inherited from Control)
OnFontChangedOverriden. Raises the FontChanged event.
OnForeColorChangedOverriden. Raises the ForeColorChanged event. (Inherited from TextBoxBase)
OnGotFocusRaises the GotFocus event. (Inherited from Control)
OnHandleCreatedOverriden. Raises the HandleCreated event.
OnHandleDestroyedRaises the HandleDestroyed event. (Inherited from Control)
OnKeyDownRaises the KeyDown event. (Inherited from Control)
OnKeyPressRaises the KeyPress event. (Inherited from Control)
OnKeyUpRaises the KeyUp event. (Inherited from Control)
OnLayoutRaises the Layout event. (Inherited from Control)
OnLeaveRaises the Leave event. (Inherited from Control)
OnLocationChangedRaises the LocationChanged event. (Inherited from Control)
OnLostFocusRaises the LostFocus event. (Inherited from Control)
OnModifiedChangedRaises the ModifiedChanged event. (Inherited from TextBoxBase)
OnMouseDownOverriden. Raises the MouseDown event.
OnMouseEnterOverriden. Raises the MouseEnter event.
OnMouseLeaveOverriden. Raises the MouseLeave event.
OnMouseMoveOverriden. Raises the MouseMove event.
OnMouseUpRaises the MouseUp event. (Inherited from Control)
OnMouseWheelRaises the MouseWheel event. (Inherited from Control)
OnMoveRaises the Move event. (Inherited from Control)
OnMultilineChangedRaises the MultilineChanged event. (Inherited from TextBoxBase)
OnNCPaintOccurs when the non-client area of the control needs to be redrawn. (Inherited from Control)
OnPaintOverriden. Raises the Paint event.
OnPaintBackgroundPaints the background of the control. (Inherited from Control)
OnParentChangedRaises the ParentChanged event. (Inherited from Control)
OnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control)
OnParentVisibleChangedRaises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control)
OnReadOnlyChangedRaises the ReadOnlyChanged event. (Inherited from TextBoxBase)
OnResizeRaises the Resize event. (Inherited from Control)
OnSelectionChangedRaises the SelectionChanged event
OnSizeChangedRaises the SizeChanged event. (Inherited from Control)
OnSkinChangedOverriden. Raises the SkinChanged event. (Inherited from TextBoxBase)
OnStyleChangedRaises the StyleChanged event. (Inherited from Control)
OnTabIndexChangedRaises the TabIndexChanged event. (Inherited from Control)
OnTabStopChangedRaises the TabStopChanged event. (Inherited from Control)
OnTextChangedRaises the TextChanged event. (Inherited from Control)
OnValidatedRaises the Validated event. (Inherited from Control)
OnValidatingRaises the Validating event. (Inherited from Control)
OnVisibleChangedRaises the VisibleChanged event. (Inherited from Control)
PerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from Control)
PointToClientComputes the location of the specified screen point into client coordinates. (Inherited from Control)
PointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from Control)
ProcessDialogCharProcesses a dialog character. (Inherited from Control)
ProcessDialogKeyProcesses a dialog key. (Inherited from Control)
ProcessMnemonicProcesses a mnemonic character. (Inherited from Control)
RecreateHandleForces the re-creation of the handle for the control. (Inherited from Control)
RectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control)
RectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control)
ResetBackColorResets the BackColor property to its default value. (Inherited from Control)
ResetCursorResets the Cursor property to its default value. (Inherited from Control)
ResetFontResets the Font property to its default value. (Inherited from Control)
ResetForeColorResets the ForeColor property to its default value. (Inherited from Control)
ResetSkinResets the Skin property to its default value. (Inherited from Control)
ResetTextResets the Text property to its default value. (Inherited from Control)
ResumeLayoutOverloaded. Resumes normal layout logic. (Inherited from Control)
RichTextBoxInitializes a new instance of RichTextBox.
ScrollToBottomScrolls the contents of the control to the bottom of the TextBoxBase. (Inherited from TextBoxBase)
SelectOverloaded. Activates the control. (Inherited from Control)
SelectAllSelects all text in the text box. (Inherited from TextBoxBase)
SelectNextControlActivates the next control. (Inherited from Control)
SendToBackSends the control to the back of the z-order. (Inherited from Control)
SetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from Control)
SetBoundsCoreOverriden. Performs the work of setting the specified bounds of this RichTextBox.
SetClientSizeCoreSets the size of the client area of the control. (Inherited from Control)
SetNCSizeCoreSets the non-client area of the control. (Inherited from Control)
SetStyleSets the specified style bit to the specified value. (Inherited from Control)
SetTopLevelSets the control as the top-level control. (Inherited from Control)
SetVisibleCoreSets the control to the specified visible state. (Inherited from Control)
ShowDisplays the control to the user. (Inherited from Control)
SuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from Control)
ToStringReturns a String that represents the current Object. (Inherited from Object)
UpdateCauses the control to redraw its client area if it was invalidated. (Inherited from Control)
UpdateBoundsOverloaded. Updates the bounds of the control with the current size and location. (Inherited from Control)
UpdateZOrderUpdates the control in its parent's z-order. (Inherited from Control)
PropertyDescription
AnchorGets or sets which edges of the control are anchored to the edges of its container. (Inherited from Control)
AutoSizeGets or sets a value indicating whether the height of the TextBoxBase automatically adjusts when the font assigned to the control is changed. (Inherited from TextBoxBase)
BackColorOverriden. Gets or sets the background color of the TextBoxBase. (Inherited from TextBoxBase)
BackVisualGets the visual of the control. (Inherited from Control)
BorderStyleGets or sets the border type of the TextBoxBase. (Inherited from TextBoxBase)
BottomGets the distance between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control)
BoundsGets or sets the size and location of the control including its nonclient elements. (Inherited from Control)
CanFocusGets a value indicating whether the control can receive focus. (Inherited from Control)
CanSelectGets a value indicating whether the control can be selected. (Inherited from Control)
CaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from Control)
CausesValidationGets or sets a value indicating whether the control causes validation for any controls that require validation when it receives focus. (Inherited from Control)
ClientRectangleGets the rectangle that represents the client area of the control. (Inherited from Control)
ClientSizeGets or sets the height and width of the client area of the control. (Inherited from Control)
ContainerGets the IContainer that contains the Component. (Inherited from Component)
ContainsFocusGets a value indicating whether the control or one of its child controls currently has the input focus. (Inherited from Control)
ControlSkinGets the ControlSkin of the control. (Inherited from Control)
ControlsGets the collection of controls contained within the control. (Inherited from Control)
CreatedGets a value indicating whether the control has been created. (Inherited from Control)
CursorGets or sets the cursor which is displayed when the mouse pointer is over the control. (Inherited from Control)
DefaultBackColorGets the default background color of the control. (Inherited from Control)
DefaultFontGets the default font of the control. (Inherited from Control)
DefaultForeColorGets the default foreground color of the control. (Inherited from Control)
DefaultSizeOverriden. Gets the default size of the TextBoxBase. (Inherited from TextBoxBase)
DefaultSkinGets or sets the default skin of the control. (Inherited from Control)
DisplayRectangleGets the rectangle which represents the display area of the control. (Inherited from Control)
DisposingGets a value indicating whether the control is in the process of being disposed of. (Inherited from Control)
DockGets or sets which edge of the parent container a control is docked to. (Inherited from Control)
EnabledGets or sets a value indicating whether the control can react to user interaction. (Inherited from Control)
FocusedGets a value indicating whether the control has input focus. (Inherited from Control)
FontGets or sets the font of the text which is displayed by the control. (Inherited from Control)
ForeColorOverriden. Gets or sets the foreground color of the TextBoxBase. (Inherited from TextBoxBase)
HandleGets the native handle that the control is bound to. (Inherited from Control)
HasChildrenGets a value indicating whether the control has one or more child controls. (Inherited from Control)
HeightGets or sets the height of the control. (Inherited from Control)
IsDisposedGets a value indicating whether the control has been disposed of. (Inherited from Control)
IsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from Control)
LeftGets or sets the horizontal coordinate of a control's left edge. (Inherited from Control)
LinesGets or sets the lines of text in the TextBoxBase. (Inherited from TextBoxBase)
LocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from Control)
MaskVisualGets the Visual which is the mask of the control. (Inherited from Control)
MaxLengthGets or sets the maximum number of characters the user can type or paste into the TextBoxBase. (Inherited from TextBoxBase)
ModifiedGets or sets a value that indicating whether the TextBoxBase has been modified by the user since the control was created. (Inherited from TextBoxBase)
ModifierKeysGets a value indicating when one of the modifier keys (SHIFT, CTRL, and ALT) is pressed. (Inherited from Control)
MouseButtonsGets a value indicating when one of the mouse buttons is clicked. (Inherited from Control)
MousePositionGets the position of the mouse cursor in global coordinates. (Inherited from Control)
MultilineOverriden. Gets or sets a value indicating whether this RichTextBox is a multiline one.
NCVisualGets the non-client visual element of the control. (Inherited from Control)
NameGets or sets the name of the control. (Inherited from Control)
OverlayVisualGets a visual placed over everything. (Inherited from Control)
ParentGets or sets the parent container of the control. (Inherited from Control)
ParkedGets a value indicating whether the control is parked. (Inherited from Control)
PreferredHeightGets the preferred height for a single-line TextBoxBase instance. (Inherited from TextBoxBase)
ReadOnlyGets or sets a value indicating whether the text in this TextBoxBase is read-only. (Inherited from TextBoxBase)
RecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from Control)
RightGets the distance between the right edge of the control and the left edge of its container. (Inherited from Control)
ScrollBarsGets or sets the scroll bars of a multiline RichTextBox control.
SelectedTextGets or sets the currently selected text in the TextBoxBase. (Inherited from TextBoxBase)
SelectionColorGets or sets the Color of the text of the RichTextBox.
SelectionFontGets or sets the Font of the text of the RichTextBox.
SelectionLengthGets or sets the number of characters selected in the TextBoxBase. (Inherited from TextBoxBase)
SelectionStartGets or sets the starting point of text selected in the TextBoxBase. (Inherited from TextBoxBase)
SiteGets or sets the ISite of the Component. (Inherited from Component)
SizeGets or sets the height and width of the control. (Inherited from Control)
SkinGets or sets the skin of the control. (Inherited from Control)
SystemMenuGets or sets the SystemMenu of the control. (Inherited from Control)
TabIndexGets or sets the tab order of the control within its container. (Inherited from Control)
TabStopGets or sets a value indicating whether the user can use the TAB key to focus to the control. (Inherited from Control)
TagGets or sets the object that contains data about the control. (Inherited from Control)
TextOverriden. Gets or sets the current text in the TextBoxBase. (Inherited from TextBoxBase)
TextLengthGets the length of text in the TextBoxBase. (Inherited from TextBoxBase)
TopGets or sets the vertical coordinate of the control's top edge. (Inherited from Control)
TopLevelControlGets the parent control that is not parented by another Windows Forms control. (Inherited from Control)
VisibleGets or sets a value indicating whether the control is visible. (Inherited from Control)
VisualGets the visual element of the control. (Inherited from Control)
WidthGets or sets the width of the control. (Inherited from Control)
WordWrapGets or sets a value indicating whether a multiline TextBoxBase instance automatically wraps words to the beginning of the next line when necessary. (Inherited from TextBoxBase)
EventDescription
AutoSizeChangedHandles the changes of the AutoSize property. (Inherited from TextBoxBase)
BackColorChangedHandles the changes of the BackColor property. (Inherited from Control)
BorderStyleChangedHandles the changes of the BorderStyle property. (Inherited from TextBoxBase)
CausesValidationChangedHandles the changes of the CausesValidation property. (Inherited from Control)
ClickHandles the click event when the control is clicked. (Inherited from Control)
ClientSizeChangedInherited from Control.
ControlAddedHandles the addition of a new control when it is added to the Control.ControlCollection. (Inherited from Control)
ControlRemovedHandles the remove of a control from the Control.ControlCollection. (Inherited from Control)
CursorChangedHandles the changes of the Cursor property. (Inherited from Control)
DisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from Component)
DockChangedHandles the changes of the Dock property. (Inherited from Control)
DoubleClickHandles the double-clicked event of the control. (Inherited from Control)
EnabledChangedHandles the changes of the Enabled property. (Inherited from Control)
EnterHandles the entered event of the control. (Inherited from Control)
FontChangedHandles the changes of the Font property. (Inherited from Control)
ForeColorChangedHandles the changes of the ForeColor property. (Inherited from Control)
GotFocusHandles the focus reception of the control. (Inherited from Control)
HandleCreatedHandles the creation of a handle for the control. (Inherited from Control)
HandleDestroyedHandles the control's handle which is in the process of being destroyed. (Inherited from Control)
KeyDownHandles the pressed key event when a key is pressed and the control has focus. (Inherited from Control)
KeyPressHandles the pressed key event when a key is pressed and the control has focus. (Inherited from Control)
KeyUpHandles the release key event when a key is released and the control has focus. (Inherited from Control)
LayoutHandles the changes of control when it should reposition its child controls. (Inherited from Control)
LeaveHandles the input focus when it leaves the control. (Inherited from Control)
LocationChangedHandles the changes of the Location property. (Inherited from Control)
LostFocusHandles the focus on the control when it loses focus. (Inherited from Control)
ModifiedChangedHandles the changes of the Modified property. (Inherited from TextBoxBase)
MouseDownHandles the mouse event when the mouse pointer is over the control and a mouse button is pressed. (Inherited from Control)
MouseEnterHandles the mouse event when the mouse pointer enters the control. (Inherited from Control)
MouseLeaveHandles the mouse event when the mouse pointer leaves the control. (Inherited from Control)
MouseMoveHandles the mouse event when the mouse pointer is moved over the control. (Inherited from Control)
MouseUpHandles the mouse event when the mouse pointer is over the control and a mouse button is released. (Inherited from Control)
MouseWheelHandles the mouse event when the mouse wheel moves while the control has focus. (Inherited from Control)
MoveHandles the motion of the control when it is moved. (Inherited from Control)
MultilineChangedHandles the changes of the Multiline property. (Inherited from TextBoxBase)
PaintHandles the paint event of the control when it is redrawn. (Inherited from Control)
ParentChangedHandles the changes of the Parent property. (Inherited from Control)
ReadOnlyChangedHandles the changes of the ReadOnly property. (Inherited from TextBoxBase)
ResizeHandles the size changes of the control when it is resized. (Inherited from Control)
SelectionChangedHandles the changes in the selection of the text of the RichTextBox.
SizeChangedHandles the changes of the Size property. (Inherited from Control)
SkinChangedHandles the changes of the Skin property. (Inherited from Control)
StyleChangedHandles the changes of the control style. (Inherited from Control)
TabIndexChangedHandles the changes of the TabIndex property. (Inherited from Control)
TabStopChangedHandles the changes of the TabStop property. (Inherited from Control)
TextChangedHandles the changes of the Text property. (Inherited from Control)
ValidatedHandles the validation of the control when it is finished validating. (Inherited from Control)
ValidatingHandles the validation of the control when it is validating. (Inherited from Control)
VisibleChangedDetermines the value of the VScroll property. (Inherited from Control)

Inheritance Hierarchy

Object
Component
Control
TextBoxBase
RichTextBox

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.