Version

ApplicationStyleLibrary Class Properties

For a list of all members of this type, see ApplicationStyleLibrary members.

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.  
See Also