Version

InboxControlRole Class Members

The following tables list the members exposed by InboxControlRole.

Public Constructors
 NameDescription
Public ConstructorInboxControlRole ConstructorInitializes a new InboxControlRole  
Public Properties
 NameDescription
Public PropertyButtonStyleReturns the recommended button style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyCheckBoxGlyphInfoReturns the glyph info used to draw check boxes. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyComponentReturns the associated component or control. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns or sets whether the associated component should use application styling. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyHeaderStyleReturns the recommended header style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyNameReturns 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)
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. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyRadioButtonGlyphInfoReturns the glyph info used to draw radio buttons. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyResolutionOrderReturns the recommended resolution order when resolving the application style information. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyStyleLibraryNameReturns the name of the library from which the application styling information should be obtained. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyStyleManagerReturns the StyleManager instance that represents the styleset used by the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyStyleSetNameReturns or sets the name of the associated styleset. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyStyleSetNameResolvedReturns the resolved name of the styleset that the component will use. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyUseFlatModeReturns the recommended flat mode state for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyUseOsThemesReturns the recommended state for whether the component should use the os themes to render its elements. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public PropertyViewStyleReturns the recommended view style for the component. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Protected Properties
 NameDescription
Protected PropertySynchronizingObjectOverridden. Returns an object that can be used to synchronize calls to the associated component's thread.  
Public Methods
 NameDescription
Public MethodCachePropertyValueOverloaded. Caches the resolved value of the specified property. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodClearCachedPropertyValuesClears the cached resolved property values. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetCachedPropertyReturns 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. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetPropertyOverloaded. Returns the value for the specified property name. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodGetResolutionOrderInfoReturns a structure that provides information about whether the control settings or application style information should take predence based on the ResolutionOrder. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodGetRoleOverloaded. Returns the role with the specified name. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodHasPropertyIndicates if the component role has a value for the specified custom property. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodGetRoleNamesUsed by the associated ComponentRole to determine which UIRole instances should be cached. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeInvoked when the component role is disposed. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Protected MethodOnStyleCachedClearedVirtual 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. (Inherited from Infragistics.Win.AppStyling.ComponentRole)
Protected MethodOnStyleChangedOverridden. Invoked when the style information for the component has changed.  
See Also