IRibbonItem Interface |
Namespace: Demo3D.Gui
public interface IRibbonItem
The IRibbonItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption |
The caption of this tool.
| |
| Category |
The category in which this tool belongs.
| |
| Command |
The command to be called when this tool is activated.
| |
| CommandParameter |
Any command parameters to be passed to the command.
| |
| CustomHelpCommand |
The command triggered when the help button in the tooltip is clicked.
When set this overrides the default HelpPage behaviour.
| |
| CustomHelpText |
Custom help text to be displayed in the tooltip.
| |
| DefaultGesture |
The default shortcut key/key combination.
| |
| GlobalizedCaption |
The globalized caption of this tool.
| |
| Glyph |
The small glyph of this tool. If set the tool will be in a smaller format.
| |
| HelpPage |
The url to navigate to when the help button in the tooltip is clicked.
| |
| IsEnabled |
Is the tool enabled.
| |
| IsVisible |
Is the tool visible.
| |
| KeyGesture |
The shortcut key/key combination.
| |
| LargeGlyph |
The large glyph of this tool. If set the tool will be in a large format.
| |
| MouseEnterCommand |
The command triggered when the mouse enters the tool.
| |
| MouseEnterCommandParameter |
Any parameters to be passed to the MouseEnterCommand.
| |
| MouseLeaveCommand |
The command triggered when the mouse leaves the tool.
| |
| MouseLeaveCommandParameter |
Any parameters to be passed to the MouseLeaveCommand.
| |
| Name |
The name of this tool if given one. Defaults to the Caption if not set.
| |
| RibbonStyle |
Explicitly sets the RibbonStyle of this tool.
| |
| Tag |
Object storage.
|
| Name | Description | |
|---|---|---|
| ExecuteCommand |
Executes the current Command when called.
|
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property has changed.
|