Version

RadialMenuTool Class Methods

For a list of all members of this type, see RadialMenuTool 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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodFindAncestorReturns the first ancestor of this tool that is of the specified type.  
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 MethodGetUIElementReturns the UIElement for this tool, if one exists.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of the object to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetToolsResets the Tools property to its default value.  
Public MethodResetToolSettingsResets the ToolSettings property to its default value.  
Public MethodSetCheckedSets the Checked property of the tool and optionally fires the UltraRadialMenu.ToolClick event.  
Public MethodShouldSerializeIndicates whether the object needs to be persisted.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToggleToggles the Checked state of a state button tool or color tool.  
Public MethodToStringReturns the key value appended with the type name.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataPopulates the specified SerializationInfo with the data from the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollectionOverridden. Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set.  
Protected MethodOnDeserializationCalled after this instance has been de-serialized.  
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollectionOverridden. Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches.  
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
See Also