Version

UltraComponentControlManagerBase Class Members

The following tables list the members exposed by UltraComponentControlManagerBase.

Public Properties
 NameDescription
Public PropertyAlphaBlendEnabledDetermines whether alpha blending is enabled  
Public PropertyAlphaBlendModeReturns or sets how alpha blending is performed.  
Public PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole that the control uses to provide its style information. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCreationFilterGets/sets the creation filter property  
Public PropertyCursorGets/sets the default cursor for the component.  
Public PropertyCursorFilterGets/sets the cursor filter property  
Public PropertyDrawFilterGets/sets the draw filter property  
Public PropertyEnabledGets/set whether the component is enabled.  
Public PropertyFlatModeIndicates whether the control has a flat appearance.  
Public PropertyIsUpdatingReturns true between BeginUpdate and EndUpdate method calls.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyleLibraryNameReturns or sets the name of the styleset library in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetNameReturns or sets the name of the styleset in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertySupportThemesIndicates whether the elements of a control may be rendered using system themes.  
Public PropertyTextRenderingModeSpecifies the text rendering mode that will be used by this control.  
Public PropertyUseAppStylingReturns or sets whether the component should use application styling. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUseFlatModeIndicates whether the control has a flat appearance.  
Public PropertyUseFlatModeResolvedIndicates whether the elements of a control may be rendered using system themes.  
Public PropertyUseOsThemesIndicates whether the elements of a control may be rendered using the operating system theme rendering.  
Public PropertyUseOsThemesResolvedIndicates whether the elements of a control may be rendered using system themes.  
Public PropertyVisibleGets/sets whether the component is displayed.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase)
Public Methods
 NameDescription
Public MethodBeginUpdateSets the IsUpdating flag to true which prevents painting.  
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 MethodDisposeOverloaded. Handles disposing the compoenent's resources. (Inherited from Infragistics.Win.UltraStylableComponent)
Public MethodEndUpdateOverloaded. Resets the IsUpdating flag to false and invalidates the control  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetCursorResets the Cursor property to its default value.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateThis method is invoked when the enabled property of the managed controls should be changed.  
Protected MethodChangeControlsVisibleStateThis method is invoked when the visible property of the managed controls should be changed. A control should only be shown/hidden if its IsHandleCreated property returns true.  
Protected MethodCreateComponentRoleFactory method used to create the component role that provides the style information for the component. (Inherited from Infragistics.Win.UltraStylableComponent)
Protected MethodDirtyChildElementsThis method is invoked when the uielements for the managed controls should be dirtied. A control should only be dirtied if its IsHandleCreated property returns true.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetSelectionManagerReturns the ISelectionManager. The default implementation tries to cast this object to an ISelectionManager.  
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInvalidateControlsThis method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element)  
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element)  
Protected MethodOnPropertyChangedInvokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject. (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodShouldSerializeCursorIndicates if the Cursor property needs to be serialized.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventMouseEnterElementFired when the mouse enters a UIElement  
Public EventMouseLeaveElementFired when the mouse leaves a UIElement  
Public EventPropertyChangedFired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase)
See Also