Click or drag to resize

IRibbonSub Interface

A ribbon subitem.

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

The IRibbonSub 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 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 methodAddItem
Add an IRibbonItem to this container.
(Inherited from IRibbonContainer.)
Public methodAddItems
Add multiple IRibbonItems to this container.
(Inherited from IRibbonContainer.)
Public methodAddSeparator
Adds a separator to this subitem.
Public methodClear
Clear all tools from this container.
(Inherited from IRibbonContainer.)
Public methodExecuteCommand
Executes the current Command when called.
(Inherited from IRibbonItem.)
Public methodFindButton
Finds a button on this subitem by its caption.
Public methodFindCheck
Finds a checkbox on this subitem by its caption.
Public methodFindCreateButton
Finds or creates a button in this subitem.
Public methodFindCreateCheck
Finds or creates a check box in this subitem.
Public methodGetItem
Get an IRibbonItem from this container.
(Inherited from IRibbonContainer.)
Public methodGetTools
Get all the tools in this container.
(Inherited from IRibbonContainer.)
Public methodInsertItem
Insert an IRibbonItem into this container at a given index.
(Inherited from IRibbonContainer.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property has changed.
(Inherited from IRibbonItem.)
Top
See Also