RendererResolved Property

SyntaxEditor for Windows Forms Forum

Posted 18 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 18 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 18 years ago by ernesto
Avatar
That does do it, thanks again

teamels
The latest build of this product (v25.1.0) was released 10 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.