Version

Deprecated Properties

There always comes a time in a product’s life cycle when, in order to make vast improvements, minor changes need to be made. These changes may affect your application. In Ultimate UI for Windows Forms 2006 Volume 2, we needed to deprecate a few properties, mostly as a result of our new Application Styling Framework™. These properties needed to have default values. Therefore, properties that were of type Boolean needed to be of type DefaultableBoolean. Below are tables listing the deprecated properties and the new properties replacing them:

Infragistics.Win.UltraControlBase

Old Property [property type] New Property [property type]

FlatMode [bool]

UseFlatMode [DefaultableBoolean]

SupportThemes [bool]

UseOsThemes [DefaultableBoolean]

Infragistics.Win.UltraComponentControlManagerBase

Old Property [property type] New Property [property type]

FlatMode [bool]

UseFlatMode [DefaultableBoolean]

SupportThemes [bool]

UseOsThemes [DefaultableBoolean]

Infragistics.Win.UltraWinScrollBar.ScrollBarLook

Old Property [property type] New Property [property type]

MinMaxButtonsVisible [bool]

ShowMinMaxButtons [DefaultableBoolean]

Infragistics.Win.UltraWinToolbarsManager.UltraToolbarsManager

Old Property [property type] New Property [property type]

AlwaysShowFullMenus [bool]

AlwaysShowMenusExpanded [DefaultableBoolean]