Version

StyleLibraryName Property (AppStylistRuntime)

Returns or sets the name of the style library loaded in the StyleManager that will be affected when using the component.
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 use the default library information. When invoking AppStylistSupport.UpdateStyleManager or AppStylistSupport.LoadFromStyleManager, this will be library name that is used to obtain and update the loaded application style information. In addition, only controls/components whose Infragistics.Win.AppStyling.ComponentRole.StyleLibraryName matches this name will have their tooltip displayed since it is only those controls that are utilizing the library specified.

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