Version

AppStylistSupport Class Members

The following tables list the members exposed by AppStylistSupport.

Public Constructors
 NameDescription
Public ConstructorAppStylistSupport ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldDesignerStyleLibraryNameA constant indicating the StyleLibraryName that will be used to style the AppStylist, AppStylistSupport, and AppStylistRuntime UI.  
Public Properties
 NameDescription
Public PropertyAutoRefreshEnabledWhen true the StyleManager will be updated automatically every time the AutoRefreshInterval elapses.  
Public PropertyAutoRefreshIntervalDetermines the length of time (in milliseconds) between each refresh of the StyleManager.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyFileNameThe FileName of the current ApplicationStyleLibrary or null if there is no ApplicationStyleLibrary loaded.  
Public PropertyHasStyleInfoReturns a boolean indicating if the currently loaded Infragistics.Win.AppStyling.Runtime.ApplicationStyleLibrary contains any style information (e.g. stylesets or resources).  
Public PropertyIsDirtyReturns whether or not the currently loaded ApplicationStyleLibrary has any unsaved changes.  
Public PropertyIslGeneratorLibraryFolderThe folder in which the New Style Library Wizard will look for style library (*.isl) files.  
Public PropertyIslGeneratorPaletteFolderThe folder in which the IslGenerator will look for palettes.  
Public PropertyIslGeneratorTemplateFolderThe folder in which the IslGenerator will look for template style library (*.isl) files.  
Public PropertyOffice2007PropertiesEditorReturns the Office2007 Color Blend Editor control  
Public PropertyOffice2010PropertiesEditorReturns the Office2010 Color Blend Editor control  
Public PropertyOffice2013PropertiesEditorReturns the Office2013 Color Blend Editor control  
Public PropertyPropertyEditorReturns the PropertyEditor control  
Public PropertyRoleExplorerReturns the RoleExplorer control  
Public PropertySelectedObjectNameReturns the Name of the currently selected Role (UI Role, Component Role, or Shared Object Role), Resource, or null if there is nothing selected.  
Public PropertySelectedStyleSetNameReturns the name of the currently selected StyleSet or null if there is none.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyleLibraryNameReturns or sets the name of the style library loaded in the StyleManager that will be affected when using the component.  
Public PropertyStyleSetListDropDownReturns the StyleSetListDropDown control.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Clean up any resources being used.  
Public MethodExportImagesOverloaded. Exports all images in the currently loaded Style Library into individual image files in a chosen folder.  
Public MethodExportResourcesShows a file save dialog to allow the user to save a style library file containing only the resources from the current library.  
Public MethodExportResourcesAsOverloaded. Shows a file save dialog to allow the user to save a style library file containing only the resources from the current library.  
Public MethodGenerateStyleLibraryShows the Generate Style Library Dialog  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodImportResourcesOverloaded. Shows an open file dialog to allow importing resources from a library file into the current style library.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodLoadFromStyleManagerInitializes a new library file using the application style information currently loaded into the StyleManager.  
Public MethodNewStyleLibraryOverloaded. Creates a new Style Library.  
Public MethodOpenStyleLibraryOverloaded. Shows an open file dialog to allow opening a Style Library from a file.  
Public MethodPromptToSavePrompts to save the current changes if the current file is dirty.  
Public MethodSaveStyleLibrarySaves the current stle library to a file.  
Public MethodSaveStyleLibraryAsOverloaded. Shows a file save dialog to allow the user to save the current style library.  
Public MethodShowColorCategoryManagerDialogDisplays the IslColorCategoryManager dialog which allows the user to add, remove, and modify ColorCategories in the current style library and also to assign ColorCategories to Resources, Roles, and Shared Objects.  
Public MethodShowLibraryMetaDataDialogDisplays the ApplicationStyleLibrary Metadata dialog.  
Public MethodShowNewStyleLibraryWizardDisplays the New Style Library Wizard dialog.  
Public MethodShowStyleSetManagerDialogDisplays the StyleSetManager dialog which allows the user to add, remove, and modify StyleSets in the current style library.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUpdateStyleManagerApplies the information from the style library to the to the StyleManager.  
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnDirtyChangedFires the DirtyChanged event  
Protected MethodOnFileNameChangedFires the FileNameChanged event.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSelectedObjectNameChangedFires the StyleSetChanged event.  
Protected MethodOnStyleChangedFires the StyleChanged event  
Public Events
 NameDescription
Public EventDirtyChangedFired when the IsDirty property changes.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventFileNameChangedFires when the Filename changes. This occurs when a new ApplicationStyleLibrary is created or loaded, or when the current library is saved to a new filename.  
Public EventNewStyleSetCreatedFired when any property of the Style Library changes.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventSelectedObjectNameChangedFires when the SelectedObjectChanged changes. The SelectedObject is determined by both the selected StyleSet and the seleted role (UI Role, Component Role, or SharedObject Role) within that StyleSet.  
Public EventStyleChangedFired when any property of the Style Library changes.  
Public EventStyleLibraryOpenedFired when a Style Library is opened from a file  
Public EventStyleLibrarySavedFired when a Style Library is saved to a file  
See Also