Version

StyleLibraryName Property (UltraControlBase)

Returns or sets the name of the styleset library in the Infragistics.Win.AppStyling.StyleManager that should be used by the control.
Syntax
'Declaration
 
Public Property StyleLibraryName As String
public string StyleLibraryName {get; set;}
Remarks

By default, this property defaults to an empty string and as such will obtain its style information from the default style library that is loaded into memory using the Infragistics.Win.AppStyling.StyleManager.Load method. However, there is also an overload of that method which will accept a string name which will be used to identify the library (Infragistics.Win.AppStyling.StyleManager.Load). Any controls/components that have their StyleLibraryName set to that name will obtain their style information from that library.

Note: If this property is set and the name does not match up with the name of a loaded style library, the control/component will not have any style information.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also