Click or drag to resize

IRibbonNumberEdit Interface

A number edit tool.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public interface IRibbonNumberEdit : IRibbonItem

The IRibbonNumberEdit type exposes the following members.

Properties
 NameDescription
Public propertyCaption The caption of this tool.
(Inherited from IRibbonItem)
Public propertyCategory The category in which this tool belongs.
(Inherited from IRibbonItem)
Public propertyCommand The command to be called when this tool is activated.
(Inherited from IRibbonItem)
Public propertyCommandParameter Any command parameters to be passed to the command.
(Inherited from IRibbonItem)
Public propertyCustomHelpCommand The command triggered when the help button in the tooltip is clicked. When set this overrides the default HelpPage behaviour.
(Inherited from IRibbonItem)
Public propertyCustomHelpText Custom help text to be displayed in the tooltip.
(Inherited from IRibbonItem)
Public propertyDefaultGesture The default shortcut key/key combination.
(Inherited from IRibbonItem)
Public propertyGlobalizedCaption The globalized caption of this tool.
(Inherited from IRibbonItem)
Public propertyGlyph The small glyph of this tool. If set the tool will be in a smaller format.
(Inherited from IRibbonItem)
Public propertyGlyphOriginal The original glyph of this tool with no theme-specific colors applied to it.
(Inherited from IRibbonItem)
Public propertyGlyphTheming Should the Glyph be re-colored based on the current Theme?
(Inherited from IRibbonItem)
Public propertyHelpPage The url to navigate to when the help button in the tooltip is clicked.
(Inherited from IRibbonItem)
Public propertyIsEnabled Is the tool enabled.
(Inherited from IRibbonItem)
Public propertyIsVisible Is the tool visible.
(Inherited from IRibbonItem)
Public propertyKeyGesture The shortcut key/key combination.
(Inherited from IRibbonItem)
Public propertyLargeGlyph The large glyph of this tool. If set the tool will be in a large format.
(Inherited from IRibbonItem)
Public propertyMouseEnterCommand The command triggered when the mouse enters the tool.
(Inherited from IRibbonItem)
Public propertyMouseEnterCommandParameter Any parameters to be passed to the MouseEnterCommand.
(Inherited from IRibbonItem)
Public propertyMouseLeaveCommand The command triggered when the mouse leaves the tool.
(Inherited from IRibbonItem)
Public propertyMouseLeaveCommandParameter Any parameters to be passed to the MouseLeaveCommand.
(Inherited from IRibbonItem)
Public propertyName The name of this tool if given one. Defaults to the Caption if not set.
(Inherited from IRibbonItem)
Public propertyNumberValue The current value.
Public propertyPadding The inner indents of this tool. Used to increase the tool size.
(Inherited from IRibbonItem)
Public propertyRibbonStyle Explicitly sets the RibbonStyle of this tool.
(Inherited from IRibbonItem)
Public propertyTag Object storage.
(Inherited from IRibbonItem)
Top
Methods
 NameDescription
Public methodExecuteCommand Executes the current Command when called.
(Inherited from IRibbonItem)
Top
Events
 NameDescription
Public eventEditValueChanged Event triggered when NumberValue changes.
Public eventPropertyChanged Occurs when a property has changed.
(Inherited from IRibbonItem)
Top
See Also