For a list of all members of this type, see UltraComponentControlManagerBase members.
Name | Description | |
---|---|---|
BeginUpdate | Sets the IsUpdating flag to true which prevents painting. | |
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 | Overloaded. Handles disposing the compoenent's resources. (Inherited from Infragistics.Win.UltraStylableComponent) | |
EndUpdate | Overloaded. Resets the IsUpdating flag to false and invalidates the control | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ResetCursor | Resets the Cursor property to its default value. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
ChangeControlsEnabledState | This method is invoked when the enabled property of the managed controls should be changed. | |
ChangeControlsVisibleState | This 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. | |
CreateComponentRole | Factory method used to create the component role that provides the style information for the component. (Inherited from Infragistics.Win.UltraStylableComponent) | |
DirtyChildElements | This 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. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetSelectionManager | Returns the ISelectionManager. The default implementation tries to cast this object to an ISelectionManager. | |
GetService | (Inherited from System.ComponentModel.Component) | |
InvalidateControls | This method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase) | |
OnMouseEnterElement | Called when an element is entered (the mouse is moved over the element) | |
OnMouseLeaveElement | Called when an element is left (the mouse is moved off the element) | |
OnPropertyChanged | Invokes 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) | |
ShouldSerializeCursor | Indicates if the Cursor property needs to be serialized. |