How to simulate BorderStyle.Fixed3D

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Dong JIA
Avatar
Hi all,
I want to simulate BorderStyle.Fixed3D in my product.
I try to modify the Border property, but without satisfying result.
Could you give some sample?

Thanks in adv.

Best regards,
Dong

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Use this code:
editor.Border = new ActiproSoftware.Drawing.SimpleBorder(ActiproSoftware.Drawing.SimpleBorderStyle.Sunken, SystemColors.Control);


Actipro Software Support

Posted 18 years ago by Dong JIA
Avatar
Thank you very much.
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.