The following tables list the members exposed by UltraComponentControlManagerBase.
Name | Description | |
---|---|---|
AlphaBlendEnabled | Determines whether alpha blending is enabled | |
AlphaBlendMode | Returns or sets how alpha blending is performed. | |
ComponentRole | Returns the Infragistics.Win.AppStyling.ComponentRole that the control uses to provide its style information. (Inherited from Infragistics.Win.UltraStylableComponent) | |
Container | (Inherited from System.ComponentModel.Component) | |
CreationFilter | Gets/sets the creation filter property | |
Cursor | Gets/sets the default cursor for the component. | |
CursorFilter | Gets/sets the cursor filter property | |
DrawFilter | Gets/sets the draw filter property | |
Enabled | Gets/set whether the component is enabled. | |
FlatMode | Indicates whether the control has a flat appearance. | |
IsUpdating | Returns true between BeginUpdate and EndUpdate method calls. | |
Site | (Inherited from System.ComponentModel.Component) | |
StyleLibraryName | Returns 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) | |
StyleSetName | Returns 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) | |
SupportThemes | Indicates whether the elements of a control may be rendered using system themes. | |
TextRenderingMode | Specifies the text rendering mode that will be used by this control. | |
UseAppStyling | Returns or sets whether the component should use application styling. (Inherited from Infragistics.Win.UltraStylableComponent) | |
UseFlatMode | Indicates whether the control has a flat appearance. | |
UseFlatModeResolved | Indicates whether the elements of a control may be rendered using system themes. | |
UseOsThemes | Indicates whether the elements of a control may be rendered using the operating system theme rendering. | |
UseOsThemesResolved | Indicates whether the elements of a control may be rendered using system themes. | |
Visible | Gets/sets whether the component is displayed. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | Returns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase) |
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. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
MouseEnterElement | Fired when the mouse enters a UIElement | |
MouseLeaveElement | Fired when the mouse leaves a UIElement | |
PropertyChanged | Fired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase) |