The members of System.Windows.Forms.RichTextBox are listed below.
See Also: Inherited members from System.Windows.Forms.TextBoxBase
Initializes a new instance of the System.Windows.Forms.RichTextBox class. |
override | AllowDrop | bool.
Gets or sets a value indicating whether the control will enable drag-and-drop operations. |
override | AutoSize | bool.
This property is not relevant to this class. |
AutoWordSelection | bool.
Gets or sets a value indicating whether automatic word selection is enabled. | |
override | BackgroundImage | System.Drawing.Image.
This property is not relevant to this class. |
override | BackgroundImageLayout | ImageLayout.
This property is not relevant to this class. |
BulletIndent | int.
Gets or sets the indentation used in the System.Windows.Forms.RichTextBox control when the bullet style is applied to the text. | |
[read-only] | CanRedo | bool.
Gets a value indicating whether there are actions that have occurred within the System.Windows.Forms.RichTextBox that can be reapplied. |
DetectUrls | bool.
Gets or sets a value indicating whether or not the System.Windows.Forms.RichTextBox will automatically format a Uniform Resource Locator (URL) when it is typed into the control. | |
EnableAutoDragDrop | bool.
Gets or sets a value that enables drag-and-drop operations on text, pictures, and other data. | |
override | Font | System.Drawing.Font.
Gets or sets the font used when displaying text in the control. |
override | ForeColor | System.Drawing.Color.
Gets or sets the font color used when displaying text in the control. |
LanguageOption | RichTextBoxLanguageOptions.
Gets or sets a value that indicates System.Windows.Forms.RichTextBox settings for Input Method Editor (IME) and Asian language support. | |
override | MaxLength | int.
Gets or sets the maximum number of characters the user can type or paste into the rich text box control. |
override | Multiline | bool.
Gets or sets a value indicating whether this is a multiline System.Windows.Forms.RichTextBox control. |
[read-only] | RedoActionName | string.
Gets the name of the action that can be reapplied to the control when the RichTextBox.Redo method is called. |
RichTextShortcutsEnabled | bool.
This property is not relevant for this class. | |
RightMargin | int.
Gets or sets the size of a single line of text within the System.Windows.Forms.RichTextBox control. | |
Rtf | string.
Gets or sets the text of the System.Windows.Forms.RichTextBox control, including all rich text format (RTF) codes. | |
ScrollBars | RichTextBoxScrollBars.
Gets or sets the type of scroll bars to display in the System.Windows.Forms.RichTextBox control. | |
SelectedRtf | string.
Gets or sets the currently selected rich text format (RTF) formatted text in the control. | |
override | SelectedText | string.
Gets or sets the selected text within the System.Windows.Forms.RichTextBox. |
SelectionAlignment | HorizontalAlignment.
Gets or sets the alignment to apply to the current selection or insertion point. | |
SelectionBackColor | System.Drawing.Color.
Gets or sets the color of text when the text is selected in a System.Windows.Forms.RichTextBox control. | |
SelectionBullet | bool.
Gets or sets a value indicating whether the bullet style is applied to the current selection or insertion point. | |
SelectionCharOffset | int.
Gets or sets whether text in the control appears on the baseline, as a superscript, or as a subscript below the baseline. | |
SelectionColor | System.Drawing.Color.
Gets or sets the text color of the current text selection or insertion point. | |
SelectionFont | System.Drawing.Font.
Gets or sets the font of the current text selection or insertion point. | |
SelectionHangingIndent | int.
Gets or sets the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph. | |
SelectionIndent | int.
Gets or sets the length, in pixels, of the indentation of the line where the selection starts. | |
override | SelectionLength | int.
Gets or sets the number of characters selected in control. |
SelectionProtected | bool.
Gets or sets a value indicating whether the current text selection is protected. | |
SelectionRightIndent | int.
The distance (in pixels) between the right edge of the System.Windows.Forms.RichTextBox control and the right edge of the text that is selected or added at the current insertion point. | |
SelectionTabs | int[].
Gets or sets the absolute tab stop positions in a System.Windows.Forms.RichTextBox control. | |
[read-only] | SelectionType | RichTextBoxSelectionTypes.
Gets the selection type within the control. |
ShowSelectionMargin | bool.
Gets or sets a value indicating whether a selection margin is displayed in the System.Windows.Forms.RichTextBox. | |
override | Text | string.
Gets or sets the current text in the rich text box. |
[read-only] override | TextLength | int. Documentation for this section has not yet been entered. |
[read-only] | UndoActionName | string.
Gets the name of the action that can be undone in the control when the TextBoxBase.Undo method is called. |
ZoomFactor | float.
Gets or sets the current zoom level of the System.Windows.Forms.RichTextBox. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
CanPaste(DataFormats.Format)Documentation for this section has not yet been entered. | ||
DrawToBitmap(System.Drawing.Bitmap, System.Drawing.Rectangle)
| ||
Find(char[])
| ||
Find(string)
| ||
Find(char[], int)
| ||
Find(string, RichTextBoxFinds)
| ||
Find(char[], int, int)
| ||
Find(string, int, RichTextBoxFinds)
| ||
Find(string, int, int, RichTextBoxFinds)
| ||
GetCharFromPosition(System.Drawing.Point)Documentation for this section has not yet been entered. | ||
override | GetCharIndexFromPosition(System.Drawing.Point)
| |
override | GetLineFromCharIndex(int)
| |
override | GetPositionFromCharIndex(int)
| |
LoadFile(string)
| ||
LoadFile(System.IO.Stream, RichTextBoxStreamType)
| ||
LoadFile(string, RichTextBoxStreamType)
| ||
Paste(DataFormats.Format)Documentation for this section has not yet been entered. | ||
Redo()
| ||
SaveFile(string)
| ||
SaveFile(System.IO.Stream, RichTextBoxStreamType)
| ||
SaveFile(string, RichTextBoxStreamType)
|
CreateRichEditOleCallback()
| ||
override | OnBackColorChanged(EventArgs)
| |
OnContentsResized(ContentsResizedEventArgs)
| ||
override | OnContextMenuChanged(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnHandleDestroyed(EventArgs)
| |
OnHScroll(EventArgs)
| ||
OnImeChange(EventArgs)
| ||
OnLinkClicked(LinkClickedEventArgs)
| ||
OnProtected(EventArgs)
| ||
override | OnRightToLeftChanged(EventArgs)Documentation for this section has not yet been entered. | |
OnSelectionChanged(EventArgs)
| ||
override | OnSystemColorsChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnTextChanged(EventArgs)Documentation for this section has not yet been entered. | |
OnVScroll(EventArgs)
| ||
override | ProcessCmdKey(ref Message, Keys)Documentation for this section has not yet been entered. | |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
BackgroundImageChanged |
Occurs when the value of the RichTextBox.BackgroundImage property changes. | |
BackgroundImageLayoutChanged |
Occurs when the value of the RichTextBox.BackgroundImageLayout property changes. | |
ContentsResized |
Occurs when contents within the control are resized. | |
DoubleClick | Documentation for this section has not yet been entered. | |
DragDrop |
Occurs when the user completes a drag-and-drop | |
DragEnter |
Occurs when an object is dragged into the control's bounds. | |
DragLeave |
Occurs when an object is dragged out of the control's bounds. | |
DragOver |
Occurs when an object is dragged over the control's bounds. | |
GiveFeedback |
Occurs during a drag operation. | |
HScroll |
Occurs when the user clicks the horizontal scroll bar of the control. | |
ImeChange |
Occurs when the user switches input methods on an Asian version of the Windows operating system. | |
LinkClicked |
Occurs when the user clicks on a link within the text of the control. | |
Protected |
Occurs when the user attempts to modify protected text in the control. | |
QueryContinueDrag |
This event is not relevant to this class. | |
SelectionChanged |
Occurs when the selection of text within the control has changed. | |
VScroll |
Occurs when the user clicks the vertical scroll bars of the control. |