RendererResolved Property

SyntaxEditor for Windows Forms Forum

Posted 17 years ago by ernesto
Avatar
Can someone help complete this code? I am trying to change the background color of the SyntaxEditor. This is the only way I have found where I can access the TextAreaBackgroundFill property, but I am not sure how to complete the line to actually change the color to Blue.

CType(Editor.RendererResolved, VisualStudio2005SyntaxEditorRenderer).TextAreaBackgroundFill ???

thanks
teamels

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
This shoud do it:
CType(Editor.RendererResolved, VisualStudio2005SyntaxEditorRenderer).TextAreaBackgroundFill = New ActiproSoftware.Drawing.SolidColorBackgroundFill(Color.Red)


Actipro Software Support

Posted 17 years ago by ernesto
Avatar
That does do it, thanks again

teamels
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.