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