Application Styling 2007.1 Explore the new enhancements to Application Styling that were added to Ultimate UI for Windows Forms in the 2007 Volume 1 release by clicking the links below. Export Images from a Style Library Add Your Personal Information to a Style Library New ISL Generator Multiple Controls Can Now U...
Application Styling 2007.2 Explore the new enhancements to Application Styling that were added to Ultimate UI for Windows Forms in the 2007 Volume 2 release by clicking the links below. New Style Library Wizard
Assemblies An assembly is the core of the common language runtime (CLR). It’s a collection of the types and resources required by the CLR to execute an application, and is typically stored as a single executable (.exe) or dynamic-link library (DLL). An assembly controls important aspects of an application includin...
Assembly Resource Strings Reference Each Windows Forms control/component offers a feature that lets you change any string value that is displayed to the end user by the control. For more details about this feature, as well as how you can access it, see Customizing Assembly Resource Strings. Click any link below to...
Blend a Custom Color with Office 2007-Style Color Schemes In 2006 Volume 3, we released the entire Microsoft® Office 2007-Style look and feel. Arriving with this look and feel came three distinct color schemes: Blue, Black, and Silver. Being able to use only three colors, however, out of more than 65,000 is a litt...
Breaking Changes in 2006 Volume 3 WinFormattedLinkLabel Instantiating FormattedLinkEditor at Run Time FormattedLinkEditor is the base class for both the WinFormattedLinkLabel and WinFormattedTextEditor™ controls. Since the WinFormattedLinkLabel was developed, there was no editing capabilities involved with the For...
Breaking Changes in 2007 Volume 1 Win Assembly Access Modifiers Changed to Private Some methods that previously had an access modifier of protected (Friend in Visual Basic .NET) or public were changed to private. This means that the methods can no longer be accessed by a programmer. These changes were made to prev...
Breaking Changes in 2007 Volume 3 WinGridExcelExporter/ Excel Engine Instead of the obsolete Workbook.ActiveWorksheet property, you should use the Workbook.WindowOptions.SelectedWorksheet property.
Breaking Changes in 2008 Volume 2 Win Assembly Members Added to the IFilterableValueList Interface We added two members to the IFilterableValueList interface: ApplyFilter and RemoveFilter . This interface derives from the IValueList interface, which is implemented by the ValueList class. If you implemented this in...
Breaking Changes in 2008 Volume 3 Excel Engine WorksheetCell.Value When a formula, array formula, or data table is applied to a cell, the Value property of the WorksheetCell will no longer return the Formula, ArrayFormula, or WorksheetDataTable instance applied to the cell. Now it will return the calculated value ...