BackgroundImage Property in RichTextBox

  • Thread starter Thread starter PB Kishore
  • Start date Start date
P

PB Kishore

Dear All,
I am unable to set the BackgroundImage Property in
RichTextBox. Though no exception is raised, the image is
not being set.
Any suggestions are welcomed.

Regards,
PB Kishore
 
Hello,

PB Kishore said:
I am unable to set the BackgroundImage Property in
RichTextBox. Though no exception is raised, the image is
not being set.
Any suggestions are welcomed.

The property gets inherited but there is no implementation avaliable for the
..NET Windows Forms RichTextBox control.

Regards,
Herfried K. Wagner
 
Hello,
Is there any way to display a picture in the
background, like in chat application, and the text will
come on the foreground ?
Regards
Kishore PB
-----Original Message-----
Hello,



The property gets inherited but there is no
implementation avaliable for the
 
Back
Top