Version

ComponentRole Class Properties

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

Public Properties
 NameDescription
Public PropertyButtonStyleReturns the recommended button style for the component.  
Public PropertyCheckBoxGlyphInfoReturns the glyph info used to draw check boxes.  
Public PropertyComponentReturns the associated component or control.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns or sets whether the associated component should use application styling.  
Public PropertyHeaderStyleReturns the recommended header style for the component.  
Public PropertyNameReturns the name of the component role that will be used to locate the associated application style information for the component level properties.  
Public PropertyPropertiesCacheCountNumber 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.  
Public PropertyRadioButtonGlyphInfoReturns the glyph info used to draw radio buttons.  
Public PropertyResolutionOrderReturns the recommended resolution order when resolving the application style information.  
Public PropertyStyleLibraryNameReturns the name of the library from which the application styling information should be obtained.  
Public PropertyStyleManagerReturns the StyleManager instance that represents the styleset used by the component.  
Public PropertyStyleSetNameReturns or sets the name of the associated styleset.  
Public PropertyStyleSetNameResolvedReturns the resolved name of the styleset that the component will use.  
Public PropertyUseFlatModeReturns the recommended flat mode state for the component.  
Public PropertyUseOsThemesReturns the recommended state for whether the component should use the os themes to render its elements.  
Public PropertyViewStyleReturns the recommended view style for the component.  
Protected Properties
 NameDescription
Protected PropertySynchronizingObjectReturns an object that can be used to synchronize calls to the associated component's thread.  
See Also