Version

UltraRadialMenu Class Methods

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

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  
See Also