Version

SystemResourceProvider Class Members

The following tables list the members exposed by SystemResourceProvider.

Public Constructors
 NameDescription
Public ConstructorSystemResourceProvider ConstructorCreates a new instance of SystemResourceProvider  
Public Properties
 NameDescription
Public PropertyIsHighContrastReturns true if the system theme is a high contrast theme (read-only). (Inherited from Infragistics.Controls.Primitives.ResourceProvider)
Public PropertyResourceVersionReturns a version number that will get bumped every time InvalidateResources is called. (Inherited from Infragistics.Controls.Primitives.ResourceProvider)
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodInvalidateResourcesOverridden. Called to invalidate any cached values  
Public Methodstatic (Shared in Visual Basic)VerifyCachedResourcesChecks all cached resources to make sure that they are still valid.  
Protected Methods
 NameDescription
Protected MethodGetResourceOverridden. Returns a value for a specific id  
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodOnSystemColorsChangedOverridden. Called when the system colors have changed  
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also