2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Change the colors of mainmenu. Dropdownmenu and toolbarsThe MenuColors class includes some static properties used to get a custom BG color for the different portions of the menus and toolbars. For example: MainMenuBackColor, CommandBarBackColor, and StatusBarBackColor. Please refer the below code snippet which illustrates this: C# MenuColors.CommandBarBackColor = Color.LightSteelBlue; MenuColors.MainMenuBackColor = Color.Blue; MenuColors.MenuBGColor = Color.SkyBlue; MenuColors.MenuLeftStripColor = Color.LightSlateGray; VB MenuColors.CommandBarBackColor = Color.LightSteelBlue MenuColors.MainMenuBackColor = Color.Blue MenuColors.MenuBGColor = Color.SkyBlue MenuColors.MenuLeftStripColor = Color.LightSlateGray
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.