[]
Represents a wrapper object for the rich text box for additional rich text support.
public class RichTextBoxWrapper : RichTextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class RichTextBoxWrapper
Inherits RichTextBox
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| RichTextBoxWrapper() | Creates a wrapper object for the rich text box. |
| Name | Description |
|---|---|
| CreateParams | Gets the required creation parameters when the control handle is created. |
| Name | Description |
|---|---|
| Render(Graphics, Rectangle) | Performs painting of contents to graphics with the specified size. |
| SetSelectionBold(bool) | Sets the bold style only for the selected part of the rich text box without modifying the other properties like font or size. |
| SetSelectionFont(string) | Sets the font only for the selected part of the rich text box without modifying the other properties like size or style. |
| SetSelectionItalic(bool) | Sets the italic style only for the selected part of the rich text box without modifying the other properties like font or size. |
| SetSelectionSize(float) | Sets the font size only for the selected part of the rich text box without modifying the other properties like font or style. |
| SetSelectionUnderlined(bool) | Sets the underlined style only for the selected part of the rich text box without modifying the other properties like font or size. |
| WndProc(ref Message) | Internal use only. |