For a list of all members of this type, see ComponentRole members.
Name | Description | |
---|---|---|
CachePropertyValue | Overloaded. Caches the resolved value of the specified property. | |
ClearCachedPropertyValues | Clears the cached resolved property values. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetCachedProperty | Returns cached resolved value for the property identified by the propertyIndex. The propertyIndex parameter must be less than the value set on the PropertiesCacheCount property of this component role. Also note that whenever the control property value changes, the cache needs to be cleared using the ClearCachedPropertyValues method. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetProperty | Overloaded. Returns the value for the specified property name. | |
GetResolutionOrderInfo | Overloaded. Returns a structure that provides information about whether the control settings or application style information should take predence based on the ResolutionOrder. | |
GetRole | Overloaded. Returns the role with the specified name. | |
HasProperty | Indicates if the component role has a value for the specified custom property. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
GetRoleNames | Used by the associated ComponentRole to determine which UIRole instances should be cached. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Invoked when the component role is disposed. | |
OnStyleCachedCleared | Virtual method called after OnStyleChanged and after the style cache has been cleared. This is to allow a component to synchronously update itself after the caching has been cleared. | |
OnStyleChanged | Invoked when the style information for the component has changed. |