We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

BackColor (New EditControl 3.2.1.0)

How could I change the backcolor of the "workspace" of the editcontrol. "this.editControl1.BackColor = Color.Yellow;" has no effect. Thanks in advance. info

1 Reply

AD Administrator Syncfusion Team August 13, 2005 12:48 AM UTC

Hi Info, The BackColor property is of no significance in the EditControl. Please try setting the BackgroundColor property for this purpose : this.editControl1.BackgroundColor = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Horizontal, System.Drawing.Color.Beige, System.Drawing.Color.IndianRed); Note that this feature will only be available in the post v3.2.1.0 builds. Please create an incident in Direct-Trac in this regard, if you wish to receive an internal build containing this feature. We appreciate your interest in Syncfusion products. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Live Chat Icon For mobile
Up arrow icon