Name | Description | |
---|---|---|
RichTextBox Constructor | Initializes a new instance of the RichTextBox class. |
The following tables list the members exposed by RichTextBox.
Name | Description | |
---|---|---|
RichTextBox Constructor | Initializes a new instance of the RichTextBox class. |
Name | Description | |
---|---|---|
AutoReplaceFields | Gets or sets a value that indicates whether ActiveReports should automatically replace fields in the RichTextBox with matching fields in the data source. | |
BackColor | Gets or sets the control's background color or fill color. | |
BulletIndent | Gets or sets the indentation used in the control when the bullet style is applied to the text. | |
CanGrow | Determines whether ActiveReports should increase the height of the control based on its content. | |
CanShrink | Determines whether ActiveReports should decrease the height of the field based on its value. | |
Font | Gets or returns the font object used to print the control text. For design time use only. | |
ForeColor | Gets or returns the foreground (font) color of the control. | |
Html | Sets or returns the hypertext to be rendered in the control. | |
HtmlItem | ||
MaxLength | Gets or sets the maximum number of characters in the control for the End-User Report Designer. | |
RenderRtfAsContinuousImage | If set to true, then the content will be rendered as one continuous image and then split across the pages. This property is actual only if RtfRenderingType is set to either Metafile or PNG. | |
RTF | Gets or sets the rich text content of the control. | |
RtfRenderingType | Gets or sets target rendering type of RTF (not HTML). As legacy RTF or as WordPad-like image (metafile or raster image). | |
Text | Gets or sets the current text in the RichTextBox. |
Name | Description | |
---|---|---|
Clear | Clears the content of the RichTextBox control. | |
Load | Loads the contents of a stream into the RichTextBox control. |