Click or drag to resize

IRibbonItem Interface

A tool in the ribbon.

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

The IRibbonItem type exposes the following members.

Properties
  NameDescription
Public propertyCaption
The caption of this tool.
Public propertyCategory
The category in which this tool belongs.
Public propertyCommand
The command to be called when this tool is activated.
Public propertyCommandParameter
Any command parameters to be passed to the command.
Public propertyCustomHelpCommand
The command triggered when the help button in the tooltip is clicked. When set this overrides the default HelpPage behaviour.
Public propertyCustomHelpText
Custom help text to be displayed in the tooltip.
Public propertyDefaultGesture
The default shortcut key/key combination.
Public propertyGlobalizedCaption
The globalized caption of this tool.
Public propertyGlyph
The small glyph of this tool. If set the tool will be in a smaller format.
Public propertyHelpPage
The url to navigate to when the help button in the tooltip is clicked.
Public propertyIsEnabled
Is the tool enabled.
Public propertyIsVisible
Is the tool visible.
Public propertyKeyGesture
The shortcut key/key combination.
Public propertyLargeGlyph
The large glyph of this tool. If set the tool will be in a large format.
Public propertyMouseEnterCommand
The command triggered when the mouse enters the tool.
Public propertyMouseEnterCommandParameter
Any parameters to be passed to the MouseEnterCommand.
Public propertyMouseLeaveCommand
The command triggered when the mouse leaves the tool.
Public propertyMouseLeaveCommandParameter
Any parameters to be passed to the MouseLeaveCommand.
Public propertyName
The name of this tool if given one. Defaults to the Caption if not set.
Public propertyRibbonStyle
Explicitly sets the RibbonStyle of this tool.
Public propertyTag
Object storage.
Top
Methods
  NameDescription
Public methodExecuteCommand
Executes the current Command when called.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property has changed.
Top
See Also