Version

UltraRadialMenu Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearancesReturns the appearances collection.  
Public PropertyAutoGenerateKeyTipsGets or sets the value indicating whether to auto generate key tips for items in the radial menu when the key tip has not already been specified.  
Public PropertyCenterToolGets or sets the tool in the center of the menu.  
Public PropertyComponentRole (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCreationFilterReturns or sets an object implementing the Infragistics.Win.IUIElementCreationFilter interface. This object is invoked during the print operation to allow for manipulation of the positioning and creation of uielements.  
Public PropertyCurrentStateReturns a UltraRadialMenuStates value which represents the current state of the UltraRadialMenu control  
Public PropertyCursorFilterGets or sets the cursor filter property  
Public PropertyDrawFilterReturns or sets an object implementing the Infragistics.Win.IUIElementDrawFilter interface. This object is invoked during the print operation to allow elements to be owner drawn.  
Public PropertyEventManagerThe object that enables, disables and controls firing of specific component events.  
Public PropertyExpandedGets or sets the expanded state of the menu.  
Public PropertyImageListGets or sets the ImageList that contains the Image objects used by the tools.  
Public PropertyImageTransparentColorGets or sets the transparent color used when drawing tool images.  
Public PropertyKeyActionMappingsReturns a collection of UltraRadialMenuKeyActionMapping objects which define the keyboard behavior for the UltraRadialMenu control.  
Public PropertyMenuSettingsGets an object which contains various settings that affect the radial menu.  
Public PropertyOwningControlReturns or sets the System.Windows.Forms.Control who owns the UltraRadialMenu.  
Public PropertyScrollBarLookGets or sets the ScrollBarLook instance which defines the appearance of the scroll bars.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyleLibraryName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyToolSettingsGets an object that contains various settings related to the tools.  
Public PropertyUseAppStyling (Inherited from Infragistics.Win.UltraStylableComponent)
Protected Properties
 NameDescription
Protected PropertyActiveControlOfActiveFormGets the leaf active control of the active form. If this is overridden in derived classes, it should call the base implementation first. If the base returns null, additional code should be used to find the active control of the active form. All toolbars managers used in an application should have the same implementation of this property or inconsistent behavior will occur.  
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
See Also