Click or drag to resize

IRibbonCustomControl Interface

Hosts a custom wpf control in the ribbon.

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

The IRibbonCustomControl 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 propertyControl
The wpf control to be hosted.
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 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 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 eventPropertyChanged
Occurs when a property has changed.
(Inherited from IRibbonItem.)
Top
See Also