Version

RadialMenuTool Class Properties

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

Public Properties
 NameDescription
Public PropertyCheckableGets or sets whether the tool is a toggle button which can be checked or unchecked.  
Public PropertyCheckedGets or sets the Checked state of the tool.  
Public PropertyChildToolCheckBehaviorGets or sets how Checkable tools in the collection behave with respect to each other.  
Public PropertyChildToolDisplayStyleDetermines how the children in the Tools collection of this tool are displayed.  
Public PropertyChildToolRelativeOriginGets or sets how the children of this tool are aligned relative to the parent tool.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrillDownButtonEnabledGets or sets whether the drilldown button of the tool is enabled.  
Public PropertyEnabledGets or sets the enabled state of the tool.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyKeyTipGets or sets a string with a maximum of 3 characters that represents the mnemonic displayed for the tool when using keytips.  
Public PropertyLastToggledChildToolReturns the last child of this tool that was whose Checked property was toggled by the user.  
Public PropertyParentCollectionThe collection to which the tool belongs.  
Public PropertyParentToolThe parent tool to which this tool belongs.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets or sets the text of the tool.  
Public PropertyToolsA collection of RadialMenuTool instances that represent the child tools of this tool.  
Public PropertyToolSettingsGets or sets various settings related to the tool.  
Public PropertyToolTipTextGets or sets the text that will display in the tooltip for this tool.  
Public PropertyUseAppearanceOfLastToggledChildToolGets or sets whether the tool will display the same appearance (including the image) of it's LastToggledChildTool.  
Public PropertyUseToolTipTextOfLastToggledChildToolGets or sets whether the tool will display the tooltip of it's LastToggledChildTool.  
Public PropertyVisibleGets or sets the visibility of the tool.  
Public PropertyVisiblePositionGets or sets the visible position of the tool.  
Public PropertyWedgeSpanGets or sets the number of wedges that this tool will span.  
Protected Properties
 NameDescription
Protected PropertyCheckableDefaultReturns the default value of the Checkable property for the tool type.  
Protected PropertyChildToolCheckBehaviorDefaultReturns the default value of the ChildToolCheckBehavior property for the tool type.  
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also