Bug Number | NIM033423 |
Submitted | Mar 18, 2008 |
Modified | Jun 11, 2020 |
Severity | Low |
Applies To | No Product Found |
Version Found | No Version Found |
Prog Language | N/A |
Server Platform | |
Client Platform | |
Database | N/A |
Locale | N/A |
Status | In Product Plan |
Version Fixed | |
SP Fixed |
Bug NIM033423
Synopsis
The ToolbarControl color appears black if the backcolor property is set at design time using a color from the ‘System’ tab of the properties window.
Additional Information
N/A
Alternate Solution
Following line of code sets the color correctly.
axToolbarControl1.BackColor = Color.FromArgb(SystemColors.Control.A, SystemColors.Control.R, SystemColors.Control.G, SystemColors.Control.B);