The following tables list the members exposed by UltraFormManagerRole.
Name | Description | |
---|---|---|
UltraFormManagerRole Constructor | Creates a new UltraFormManagerRole instance. |
Name | Description | |
---|---|---|
ButtonStyle | Returns the recommended button style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
CheckBoxGlyphInfo | Returns the glyph info used to draw check boxes. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
Component | Returns the associated component or control. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Enabled | Returns or sets whether the associated component should use application styling. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
HeaderStyle | Returns the recommended header style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
Manager | Returns the associated UltraFormManager instance. | |
Name | Returns the name of the component role that will be used to locate the associated application style information for the component level properties. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
PropertiesCacheCount | Number of properties whose resolved values will be cached by the CachePropertyValue and GetCachedProperty methods. The propertyIndex parameter passed into those methods must be less than this count. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
RadioButtonGlyphInfo | Returns the glyph info used to draw radio buttons. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
ResolutionOrder | Returns the recommended resolution order when resolving the application style information. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
StyleLibraryName | Returns the name of the library from which the application styling information should be obtained. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
StyleManager | Returns the Infragistics.Win.AppStyling.StyleManager instance that represents the styleset used by the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
StyleSetName | Returns or sets the name of the associated styleset. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
StyleSetNameResolved | Returns the resolved name of the styleset that the component will use. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
UseFlatMode | Returns the recommended flat mode state for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
UseOsThemes | Returns the recommended state for whether the component should use the os themes to render its elements. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
ViewStyle | Returns the recommended view style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole) |
Name | Description | |
---|---|---|
SynchronizingObject | Overridden. Gets an object used for threading synchronization |
Name | Description | |
---|---|---|
CachePropertyValue | Overloaded. Caches the resolved value of the specified property. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
ClearCachedPropertyValues | Clears the cached resolved property values. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
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 Infragistics.Win.AppStyling.ComponentRole.ClearCachedPropertyValues method. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
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. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
GetResolutionOrderInfo | Returns a structure that provides information about whether the control settings or application style information should take predence based on the Infragistics.Win.AppStyling.ComponentRole.ResolutionOrder. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
GetRole | Overloaded. Returns the role with the specified name. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
HasProperty | Indicates if the component role has a value for the specified custom property. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
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 | Overridden. Used by the associated Infragistics.Win.AppStyling.ComponentRole to determine which Infragistics.Win.AppStyling.UIRole instances should be cached. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Invoked when the component role is disposed. (Inherited from Infragistics.Win.AppStyling.ComponentRole) | |
OnStyleCachedCleared | Overridden. 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 | Overridden. Invoked when the style information for the component has changed. |