Version

Restyled Run-Time Dialogs

We have redesigned some of our run-time dialogs by changing their layout, modifying controls on the dialogs and applying more styling. With these new changes you can now match the run-time dialogs with the rest of your application, when Infragistics Application styling is applied. The following run-time dialogs have been modified:

WinGrid™ - Summary Dialog, CustomRowFilter Dialog (New reference – Infragistics4.Win.Misc)

WinPrintPreviewDialog™ - UltraStatusPrintDialog

WinToolBarsManager™ - CustomizeDialog, CustomizeDialogAddCommand, CustomizeDialogKeyBoard, CustomizeDialogNewToolbar, CustomizeDialogRearrangeCommands, CustomizeDialogRenameToolbar, MoreItemsDialog and MoreWindowsDialog

As a result of these changes new properties have been added to the dialogs, which provide you with customization options. Several new resource strings have also been added.

The additional properties added on the Summary Dialog of WinGrid, which are exposed on the event args for the BeforeSummaryDialog event, are ImageAverage, ImageCount, ImageMaximum, ImageMinimum, ImageNone, ImageSum, IsUsingInfragisticsControls, StyleLibraryName, StyleSetName and UseAppStyling. Similarly the CustomRowFilters Dialog have new properties added, which are exposed on the eventargs for the BeforeCustomRowFilterDialog event. They are ImageAddButton, ImageDeleteButton and IsUsingInfragisticsControls.

The FilterDropDownButtonImage property on the UltraGridLayout object is utilized for the icon on the CustomRowFilterDialog’s caption. You can use this property to customize the icon image. Similarly the SummaryButtonImage property on the UltraGridLayout object is utilized for the icon on the SummaryDialog’s caption.

Screenshots for some of the run-time dialogs, before and after restyling, are shown below:

CustomRowFilterDialog (WinGrid)

Before Restyling:

Re Styled Runtime Dialogs 01.png

After Restyling

Re Styled Runtime Dialogs 02.png

AppStyling Applied

Re Styled Runtime Dialogs 06.png

Summary Dialog (WinGrid)

Before Restyling:

Re Styled Runtime Dialogs 03.png

After Restyling

Re Styled Runtime Dialogs 04.png

AppStyling Applied

Re Styled Runtime Dialogs 05.png