In the constructor of the control, try to register:
this.SetStyle(ControlStyles.SupportsTransparentBackColor, true); this.BackColor = Color.Transparent;
You can also override the rendering in the OnPaint method.
Source: https://ru.stackoverflow.com/questions/9376/More articles:GWT - Development Mode with Apache TomcatSeparation of data by type without conditional constructionsHow in Python to intercept the MouseClick system event?Delphi - form settingsHandling an event by pressing the Enter keyHibernate Entity - is it possible to get an entity using a non-filled field?Automatically terminating the Qt console applicationIncorrect loading on ajaxWaiting for completion of the ActivityHow to programmatically get the path to the directory in which the product is installed?All Articles