Actipro Bars for WinForms 24.1.0

Released: Feb 22, 2024

24.1.0 での更新項目

機能

  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer has changed target from .NET Framework 4.7.2 to .NET 6.
  • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires Visual Studio 2019 or newer.
  • Added new Visual Studio Blue color scheme and modern Visual Studio renderers.
  • Removed all previously deprecated "metro light" renderers that were replaced by the unified "metro" renderers that support both dark and light.
  • Renamed WindowsColorSchemeType.VisualStudio2005 and WindowsColorScheme.VisualStudio2005 as VisualStudioClassic.
  • Renamed all WindowsColorSchemeType.Office2007* and WindowsColorScheme.Office2007* values as OfficeClassic (e.g., Office2007Blue renamed as OfficeClassicBlue).
  • Renamed most WindowsColorSchemeType.WindowsXP* and WindowsColorScheme.WindowsXP* values as Luna (e.g., WindowsXPBlue renamed as LunaBlue). WindowsXPRoyale has been deprecated since it replicates other classic themes.
  • Added modern Visual Studio renderers.
  • Improved how MetroStatusBarRenderer draws the resize gripper. Added new StatusBarGripperLightColor and StatusBarGripperDarkColor properties to replace single StatusBarGripperForeColor property.
  • Improved toolbar separator rendering across multiple renderers to be more accurate.
  • Renamed VisualStudio2002BarRenderer as WindowsClassicBarRenderer.
  • Renamed Office2003BarRenderer as OfficeClassicBarRenderer.
  • Renamed VisualStudio2002StatusBarRenderer as WindowsClassicStatusBarRenderer.
  • Renamed VisualStudio2005StatusBarRenderer as VisualStudioClassicStatusBarRenderer.
  • Renamed Office2003StatusBarRenderer as OfficeClassicStatusBarRenderer.