StiRichBoxControl Class
Namespace: Stimulsoft.Report.Controls
Inheritance
Inherits from: RichTextBox
Constructors
| Constructor | Description |
|---|---|
| StiRichBoxControl() |
StiRichBoxControl()
Properties
| Property | Type | Description |
|---|---|---|
| AllowPasteImagesFromClipboard | bool |
Methods
| Method | Returns | Description |
|---|---|---|
| BeginUpdate | void | |
| EndUpdate | void | |
| OnHandleCreated | void | |
| OnKeyDown | void | |
| SetSelectionBold | bool | |
| SetSelectionFont | bool | |
| SetSelectionItalic | bool | |
| SetSelectionSize | bool | |
| SetSelectionUnderlined | bool | |
| WndProc | void |
Method Details
BeginUpdate
BeginUpdate(): void
EndUpdate
EndUpdate(): void
OnHandleCreated
OnHandleCreated(e: EventArgs): void
Parameters
- e (EventArgs)
OnKeyDown
OnKeyDown(e: KeyEventArgs): void
Parameters
- e (KeyEventArgs)
SetSelectionBold
SetSelectionBold(bold: bool): bool
Parameters
- bold (bool)
Returns bool
SetSelectionFont
SetSelectionFont(face: string): bool
Parameters
- face (string)
Returns bool
SetSelectionItalic
SetSelectionItalic(italic: bool): bool
Parameters
- italic (bool)
Returns bool
SetSelectionSize
SetSelectionSize(size: int): bool
Parameters
- size (int)
Returns bool
SetSelectionUnderlined
SetSelectionUnderlined(underlined: bool): bool
Parameters
- underlined (bool)
Returns bool
WndProc
WndProc(m: Message): void
Parameters
- m (Message)
Fields
| Field | Type | Description |
|---|---|---|
| bCharSet | byte | |
| bLineSpacingRule | byte | |
| bOutlineLevel | byte | |
| bPitchAndFamily | byte | |
| cTabCount | short | |
| cbSize | int | |
| cbSize | int | |
| crTextColor | Int32 | |
| dwEffects | UInt32 | |
| dwMask | uint | |
| dwMask | UInt32 | |
| dxOffset | int | |
| dxRightIndent | int | |
| dxStartIndent | int | |
| dyLineSpacing | int | |
| dySpaceAfter | int | |
| dySpaceBefore | int | |
| rgxTabs | int[] | |
| sStyle | short | |
| szFaceName | char[] | |
| wAlignment | short | |
| wBorderSpace | short | |
| wBorderWidth | short | |
| wBorders | short | |
| wNumbering | short | |
| wNumberingStart | short | |
| wNumberingStyle | short | |
| wNumberingTab | short | |
| wReserved | short | |
| wShadingStyle | short | |
| wShadingWeight | short | |
| yHeight | Int32 | |
| yOffset | Int32 |