Values for specifying when a font toolbar appears for a DataWindow.
PowerBuilder enumerated value |
Numeric value |
Meaning |
---|---|---|
RichTextToolbarActivationNever! |
0 |
Never displays a rich text toolbar. |
RichTextToolbarActivationOnEdit! |
1 |
Displays a rich text toolbar whenever a column with the rich text edit style has focus. This is the default setting. |
RichTextToolbarActivationAlways! |
2 |
Displays a rich text toolbar at all times when the DataWindow is visible. |