0

I need to add the control like Microsoft Word having to change the FontColor. Attached the image the below to show what i need to know whether the Devexpress already having any control related to this ???

enter image description here

Please let me know the suggestion on this.

Thanks in Advance,

4

1 回答 1

1

If you're not using an XtraRichEditControl, you can use the ColorEdit control. You can use its EditValueChanged event to code your font color changing logic. The control will not display a "A" with a underline color, but you can override the CustomDraw event to achieve a similar result.

于 2016-07-25T11:53:34.510 回答