Version

UltraComponentControlManagerBase Class Methods

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

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.  
See Also