RichEditBox help
Posted: Sat Nov 07, 2020 7:25 pm
Where can I find more info about RichEditBox?
For now, I want to define control with 3 lines of text.
First should be centered and bold
Second and third right aligned with eventually italic.
When I'm trying to set Value to
"\par\qc\b" + cFirstLine +"\par\b0" +CRLF+ "\par\qr" + cSecondLine+CRLF + CThirdLine + "\par"
my control treats all characters literal, not as RFT markers
For now, I want to define control with 3 lines of text.
First should be centered and bold
Second and third right aligned with eventually italic.
When I'm trying to set Value to
"\par\qc\b" + cFirstLine +"\par\b0" +CRLF+ "\par\qr" + cSecondLine+CRLF + CThirdLine + "\par"
my control treats all characters literal, not as RFT markers