How remove the border line?

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Kim,SeongSik
Version: 4.0.0283
Avatar
my question =>

http://www.orascope.net/question/Image1.png

I'm poor at writing english.

[Modified at 02/06/2010 11:30 PM]

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi SeongSik,

The renderers control all rendering. You can make a new one that has no border and set it to the SyntaxEditor.Renderer property.

So create a new VisualStudio2005SyntaxEditorRenderer instance and set its Border property to:
new SimpleBorder(SimpleBorderStyle.None, Color.Black)


Actipro Software Support

Posted 14 years ago by Kim,SeongSik
Avatar
It works good.
thanks ^^
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.