[]
IRichEditDesignTarget to bind with designer.
public interface IRichEditDesignTarget
| Name | Description |
|---|---|
| BackColor | Gets or sets the control's background color or fill color. |
| ForeColor | Gets or returns the foreground (font) color of the control. |
| Html | Gets or sets the HTML content of the control. |
| RTF | Gets or sets the rich text content of the control. |
| SelectedText | Gets or sets the current selected text in the control. |
| SelectionAlignment | Gets or sets the alignment to apply to the current selection or insertion point. |
| SelectionBackColor | Gets or sets the background color of the current text selection. |
| SelectionBullet | Gets or sets a value indicating whether the bullet style is applied to the current selection. |
| SelectionCharOffset | Gets or sets a value indicating where text in the control appears on the baseline, as a superscript or as a subscript below the baseline. |
| SelectionFont | Gets or sets the font of the current text selection. |
| SelectionHangingIndent | 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 | Gets or sets the distance in inches between the left edge of the RichTextBox and the left edge of the current text selection. |
| SelectionLength | Gets or sets the number of characters selected in control. |
| SelectionProtected | True if selection is protected. |
| SelectionRightIndent | The distance (in inches) between the right edge of the RichTextBox control and the right edge of the text that is selected. |
| SelectionStart | Gets or sets the starting point of text selected in the control. |
| Text | Gets or sets the current text in the control. |
| Name | Description |
|---|---|
| Clear() | Clears the control's content. |
| LoadFile(Stream, RichTextType) | Loads the file from specified stream. |