Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the colour of different lines in MultiLineEdit control..

Status
Not open for further replies.

PANTLORD

Programmer
Aug 28, 2001
49
0
0
EU
Hi there,

Does anyone know if this can be done ?

Thanks,
Mully
 
The only way to set the colour of the text in a MultiLineEdit control is by the TextColor property, which sets the color for all the text. So the answer is no, you cannot set multiple colors for text in a MultiLineEdit control.

The only native PowerBuilder objects that will allow you to set multiple text colours are the RichTextEdit control or a RichTextEdit DataWindow dataobject.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top