The following tables list the members exposed by IUltraControl.
Name | Description | |
---|---|---|
ComponentRole | Returns the Infragistics.Win.AppStyling.ComponentRole that the component uses to obtain its application style information. | |
CreationFilter | Returns a creation filter or null. | |
CursorFilter | Returns a cursor filter or null. | |
DefaultCursor | Returns the cursor that should be used when the mouse is over the element and that element (and all of the elements in its parent chain) don't supply their own. Note: this is normally supplied by returning the Control's cursor property. | |
DrawFilter | Returns a draw filter or null. | |
IsFlatMode | Returns true if borders should be displayed as flat. | |
SelectionManager | Returns the selection manager or null. | |
SupportThemes | Returns true if elements may be render using the System themes. |
Name | Description | |
---|---|---|
FireMouseEnterElement | Called when an element is entered (the mouse is moved over the element) | |
FireMouseLeaveElement | Called when an element is left (the mouse is moved off the element) |