Version

IUltraControl Interface Members

The following tables list the members exposed by IUltraControl.

Public Properties
 NameDescription
 PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole that the component uses to obtain its application style information.  
 PropertyCreationFilterReturns a creation filter or null.  
 PropertyCursorFilterReturns a cursor filter or null.  
 PropertyDefaultCursorReturns 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.  
 PropertyDrawFilterReturns a draw filter or null.  
 PropertyIsFlatModeReturns true if borders should be displayed as flat.  
 PropertySelectionManagerReturns the selection manager or null.  
 PropertySupportThemesReturns true if elements may be render using the System themes.  
Public Methods
 NameDescription
 MethodFireMouseEnterElementCalled when an element is entered (the mouse is moved over the element)  
 MethodFireMouseLeaveElementCalled when an element is left (the mouse is moved off the element)  
See Also