Version

UltraRadialMenu Class Members

The following tables list the members exposed by UltraRadialMenu.

Public Constructors
 NameDescription
Public ConstructorUltraRadialMenu ConstructorOverloaded.   
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  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)CreateOneNoteMxColorToolCreate a new RadialMenuColorTool and a compete set of categories and descendent color well tools to duplicate the color tool in OneNoteMx.  
Public Methodstatic (Shared in Visual Basic)CreateROYGBIVColorToolAdds a Color tool with the standard Roy G. Biv (plus black) colors and auto-generated child colors under each.  
Public Methodstatic (Shared in Visual Basic)CreateSimpleColorToolCreate a new RadialMenuColorTool with a simple list of colors and automatically generates child colors for each specified root color.  
Public MethodDisposeOverloaded. Overridden. Clean up any resources being used.  
Public MethodFindRootToolFinds the root tool - the tool at the top of the tool tree.  
Public MethodFindToolByKeySearches all descendants of this tool to find a tool with the matching key.  
Public MethodFindToolsByKeySearches all descendants of this tool to find all tools with the matching key.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodHideHides the radial menu  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodLoadFromBinaryOverloaded. Loads UltraRadialMenu data from the specified stream previously saved in binary format.  
Public MethodLoadFromXmlOverloaded. Loads UltraRadialMenu data from the specified stream previously saved in XML (Soap) format.  
Public MethodPerformActionOverloaded. Performs the specified action.  
Public MethodResetAppearancesReset the Appearances collection to nothing. This removes all the Appearances from the collection.  
Public MethodResetImageListResets the ImageList to he default.  
Public MethodResetMenuSettingsResets the MenuSettings property to its default value.  
Public MethodResetScrollBarLookResets the value of the ScrollBarLook property to its default value  
Public MethodResetToolSettingsResets the ToolSettings property to its default value.  
Public MethodResolveCenterButtonAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveDrillDownButtonAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveInnerRingAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveInnerToolAreaAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveMenuAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveNumericToolValueAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveOuterRingAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodResolveToolAppearanceReturns an AppearanceData object with its properties set to the actual values that will be used to display the object.  
Public MethodSaveAsBinaryOverloaded. Saves UltraRadialMenu data into the specified stream in binary format.  
Public MethodSaveAsXmlOverloaded. Saves UltraRadialMenu data into the specified stream in XML (Soap) format.  
Public MethodShouldSerializeImageListReturns true if ImageList needs to be serialized.  
Public MethodShowOverloaded. Shows the radial menu  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the control.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnAfterPerformActionCalled after a key action is performed. It fires AfterRadialMenuPerformAction event.  
Protected MethodOnBeforePerformActionCalled before a key action is about to be performed. It fires BeforeRadialMenuPerformAction event.  
Protected MethodOnCenterButtonClickOccurs when the drilldown button of a tool has been clicked.  
Protected MethodOnDeserializationCalled after this instance has been de-serialized.  
Protected MethodOnDrillDownButtonClickOccurs when the drilldown button of a tool has been clicked.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object.  
Protected MethodShouldSerializeAppearancesReturns true if this property is not set to its default value  
Protected MethodShouldSerializeScrollBarLookIndicates if the ScrollBarLook property needs to be serialized  
Public Events
 NameDescription
Public EventAfterPerformActionAfterPerformAction event gets fired after an action associated with a key action mapping has been performed.  
Public EventBeforePerformActionBeforePerformAction event gets fired before an action associated with a key action mapping is about to be performed.  
Public EventCenterButtonClickOccurs after the center button tool has been clicked.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDrillDownButtonClickOccurs after the the drilldown button of a tool has been clicked  
Public EventListToolSelectedValueChangedOccurs after the SelectedValue of a RadialMenuListTool or RadialMenuFontListTool has changed.  
Public EventListToolSelectedValueCommittedOccurs after the SelectedValue of a RadialMenuListTool or RadialMenuFontListTool is committed.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventToolCheckedChangedOccurs after a tool's Checked property has changed.  
Public EventToolCheckedChangingOccurs before a tool's Checked property has changed.  
Public EventToolClickOccurs after a tool has been clicked.  
Public EventToolColorChangedOccurs after the Color of a RadialMenuColorTool or RadialMenuColorWellTool has changed.  
Public EventToolValueChangedOccurs after the Value of a RadialMenuNumericTool or RadialMenuNumericGaugeTool has changed.  
See Also