Globals
Stimulsoft
Dashboard
Design
Helpers
StiRichBoxControl
Class StiRichBoxControl
Represents a Windows rich text box control, with some impovements.
Hierarchy
StiRichBoxControl
Index
Constructors
constructor
Properties
font
selected
Text
selection
Alignment
selection
Color
selection
Font
text
Methods
begin
Update
end
Update
select
select
All
set
Selection
Bold
set
Selection
Font
set
Selection
Italic
set
Selection
Size
set
Selection
Underlined
Constructors
constructor
new
Sti
Rich
Box
Control
(
)
:
StiRichBoxControl
Returns
StiRichBoxControl
Properties
font
font
:
Font
= new Font("Arial", 12)
selected
Text
selected
Text
:
string
= ""
selection
Alignment
selection
Alignment
:
StiRichTextAlignment
selection
Color
selection
Color
:
Color
= Color.black
selection
Font
selection
Font
:
Font
= new Font("Arial", 12)
text
text
:
string
= ""
Methods
begin
Update
begin
Update
(
)
:
void
Returns
void
end
Update
end
Update
(
)
:
void
Returns
void
select
select
(
start
:
number
, end
:
number
)
:
void
Parameters
start:
number
end:
number
Returns
void
select
All
select
All
(
)
:
void
Returns
void
set
Selection
Bold
set
Selection
Bold
(
bold
:
boolean
)
:
boolean
Parameters
bold:
boolean
Returns
boolean
set
Selection
Font
set
Selection
Font
(
face
:
string
)
:
boolean
Parameters
face:
string
Returns
boolean
set
Selection
Italic
set
Selection
Italic
(
italic
:
boolean
)
:
boolean
Parameters
italic:
boolean
Returns
boolean
set
Selection
Size
set
Selection
Size
(
size
:
number
)
:
boolean
Parameters
size:
number
Returns
boolean
set
Selection
Underlined
set
Selection
Underlined
(
underlined
:
boolean
)
:
boolean
Parameters
underlined:
boolean
Returns
boolean
Globals
Sti
Options
Stimulsoft
Base
Blockly
Dashboard
Components
Design
Helpers
Drawing
Export
Helpers
Images
Interactions
Options
Render
Visualizers
Visuals
Data
Designer
Report
System
Viewer
Sti
Rich
Text
Alignment
Sti
Html
Text
Helper
Sti
Rich
Box
Control
constructor
font
selected
Text
selection
Alignment
selection
Color
selection
Font
text
begin
Update
end
Update
select
select
All
set
Selection
Bold
set
Selection
Font
set
Selection
Italic
set
Selection
Size
set
Selection
Underlined
Color
Color
Translator
Enum
Font
Font
Style
ISti
Html
Text
Helper
Sti
Font
Utils
Sti
Html
State
Sti
Html
Tags
State
Sti
String
Sti
Text
Hor
Alignment
Sti
Text
Renderer
Generated using
TypeDoc
Represents a Windows rich text box control, with some impovements.