Version

ApplicationStyleLibrary Class Members

The following tables list the members exposed by ApplicationStyleLibrary.

Public Constructors
 NameDescription
Public ConstructorApplicationStyleLibrary ConstructorInitializes a new ApplicationStyleLibrary  
Public Properties
 NameDescription
Public PropertyAuthorReturns or sets a string representing the author of the library.  
Public PropertyColorCategoriesReturns a collection of ColorCategory instances that can be associated with ResourceSettings and StateSettings instances via their ColorCategory property.  
Public PropertyComponentRolesReturns a collection of the ComponentRoleInfo instances describing the currently registered component roles.  
Public PropertyCopyrightReturns or sets a string representing the copyright information for the library.  
Public PropertyDefaultStyleSetReturns or sets the name of the default styleset that will be used to provide application style information to components.  
Public PropertyDescriptionReturns or sets a string representing a description of the library contents.  
Public PropertyHasStyleInfoReturns a boolean indicating if the library currently contains any style information.  
Public PropertyLastModifiedDateReturns the last System.DateTime at which the contents were saved. If the file has not yet been saved then DateTime.MinDate will be returned.  
Public PropertyOffice2007ColorSchemeReturns or sets the Office 2007 color scheme that should be used by the application when this style library has been loaded as the default style library.  
Public PropertyOffice2007CustomBlendColorReturns or sets the color that should be blended with the Infragistics.Win.Office2007ColorTable.ColorSchemeResolved when this style library has been loaded as the default style library.  
Public PropertyOffice2010ColorSchemeReturns or sets the Office 2010 color scheme that should be used by the application when this style library has been loaded as the default style library.  
Public PropertyOffice2010CustomBlendColorReturns or sets the color that should be blended with the Infragistics.Win.Office2010ColorTable.ColorSchemeResolved when this style library has been loaded as the default style library.  
Public PropertyOffice2013ColorSchemeReturns or sets the Office 2013 color scheme that should be used by the application when this style library has been loaded as the default style library.  
Public PropertyOffice2013CustomBlendColorReturns or sets the color that should be blended with the Infragistics.Win.Office2013ColorTable.ColorSchemeResolved when this style library has been loaded as the default style library.  
Public PropertyOffice2013ThemeReturns or sets the Office 2013 theme that should be used by the application when this style library has been loaded as the default style library.  
Public PropertyPermittedUsageReturns or sets a string representing the permitted usage of the library.  
Public PropertyResourcesReturns a collection of ResourceSettings instances used to initialize resources for the application style.  
Public PropertyRootRolesReturns a collection of the root RoleNode instances  
Public PropertySharedObjectsReturns a collection of the SharedObjectInfo instances describing the currently registered shared objects.  
Public PropertyStyleSetsReturns a collection of StyleSetSettings instances used to initialize application style information.  
Public PropertyVersionReturns or sets a string representing a version of the library contents.  
Public Methods
 NameDescription
Public MethodCanPasteResourceReturns a boolean indicating if there is a resource in the clipboard.  
Public MethodCopyResourceCreates a new ResourceSettings instance based on the specified resource.  
Public MethodGetTargetStyleSetReturns the StyleSetSettings instance that is currently the target styleset for the specified component role.  
Public MethodImportResourcesOverloaded. Imports all the resources from the specified library into the current library.  
Public MethodLoadOverloaded. Resets the contents of the object based on the style information in the specified xml file.  
Public MethodLoadFromStyleManagerOverloaded. Initializes the library file using the application style information currently loaded into the static StyleManager class.  
Public MethodPasteResourceCreates a new ResourceSettings instance based on the resource currently in the clipboard.  
Public MethodSaveOverloaded. Saves the style information to the specified file.  
Public MethodUpdateStyleManagerOverloaded. Applies the information from the style library to the StyleManager class.  
See Also