Version

RadialMenuNumericToolBase Class Properties

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

Public Properties
 NameDescription
Public PropertyCheckableGets or sets whether the tool is a toggle button which can be checked or unchecked. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyCheckedGets or sets the Checked state of the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyChildToolCheckBehaviorGets or sets how RadialMenuTool.Checkable tools in the collection behave with respect to each other. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyChildToolDisplayStyleDetermines how the children in the RadialMenuTool.Tools collection of this tool are displayed. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyChildToolRelativeOriginGets or sets how the children of this tool are aligned relative to the parent tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrillDownButtonEnabledGets or sets whether the drilldown button of the tool is enabled. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyEnabledGets or sets the enabled state of the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
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. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyLastToggledChildToolReturns the last child of this tool that was whose RadialMenuTool.Checked property was toggled by the user. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyParentCollectionThe collection to which the tool belongs. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyParentToolThe parent tool to which this tool belongs. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets or sets the text of the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyToolsA collection of RadialMenuTool instances that represent the child tools of this tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyToolSettingsGets or sets various settings related to the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyToolTipTextGets or sets the text that will display in the tooltip for this tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyUseAppearanceOfLastToggledChildToolGets or sets whether the tool will display the same appearance (including the image) of it's RadialMenuTool.LastToggledChildTool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyUseToolTipTextOfLastToggledChildToolGets or sets whether the tool will display the tooltip of it's RadialMenuTool.LastToggledChildTool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyValueGets or sets the current value of the tool.  
Public PropertyVisibleGets or sets the visibility of the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyVisiblePositionGets or sets the visible position of the tool. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Public PropertyWedgeSpanGets or sets the number of wedges that this tool will span. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Protected Properties
 NameDescription
Protected PropertyCheckableDefaultReturns the default value of the Checkable property for the tool type. (Inherited from Infragistics.Win.UltraWinRadialMenu.RadialMenuTool)
Protected PropertyChildToolCheckBehaviorDefaultOverridden. Returns 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