Lanzamientos de BCGControlBar Library for .NET
Released: Dec 23, 2021
Actualizaciones en v7.1
Características
- Added Visual Studio 2022 and .NET framework 4.8 support.
- The product is now fully tested on Windows 11.
- Added support for Windows 11 rounded corners for frames and popup windows.
- Added new flag GlobalSettings::IsWindows11 that is set during initialization if the application is running on Windows 11.
- Added new enumeration CornerTypes to support rounded corners.
- Added new method GlobalUtils::EnableWindowRoundedCorners(IntPtr handle, CornersType type) to help support rounded corners...
Released: Mar 4, 2019
Actualizaciones en v7.0
Características
- Adds support for Visual Studio 2017, Visual Studio 2019 Preview and .NET framework 4.7.2.
Correcciones
- Addresses various issues in examples/samples projects. All samples are now correctly built in all supported Visual Studio/.NET versions and configurations.
Released: Nov 9, 2016
Actualizaciones en v6.0
Características
- Visual Studio 2013/2015 and .NET framework 4.6 support is available now.
- The product is fully compatible with a final version of Windows 10.
- Improved high DPI support.
- Visual Studio 2013/2015-style Visual Themes are available now. A new class VisualManagerVS2013 implements the following visual styles:
- Blue theme
- Dark theme
- Light theme
- Office 2013-style Visual Themes are available now. A new class VisualManager2013 implements the following visual styles:
Released: Nov 30, 2012
Updates in this release
Updates in V5.1
- Added support for Visual Studio 2012 and .NET 4.5. All product examples were thoroughly tested under the new development platform.
- The product help file is now compatible with Visual Studio 2012 Help System (MS Help Viewer 2.0).
- The product is fully compatible with Windows 8.
- Add circular and linear gauges.
- GridDataItem has a new property Tag. You can use this property to save user-defined data.
Released: Aug 31, 2011
Updates in this release
Updates in V5.0
New Features
- Support for Visual Studio 2010 with SP1
- Implemented new visual style: Microsoft Office 2010 style
- Implemented BackstageView control and supported controls. You can use this control in various applications in conjunction with the RibbonControl and Microsoft Office 2010 style. Full designer support has been added as well
- Added "Basic MDI Tabs" feature. You can use this feature if you want to provide MDI Tabs control along with the ability to arrange MDI child windows...