IRibbonChoice Interface |
Namespace: Demo3D.Gui
public interface IRibbonChoice : IRibbonSplitItem, IRibbonContainer, IRibbonItem, IRibbonCheck, IRibbonButton
The IRibbonChoice type exposes the following members.
| Name | Description | |
|---|---|---|
| ActAsDropDown |
If true the control acts like a dropdown menu.
(Inherited from IRibbonSplitItem.) | |
| 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.) | |
| 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.) | |
| IsChecked |
Current status of the checkbox.
(Inherited from IRibbonCheck.) | |
| 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.) | |
| Value |
The current value of the choice control.
|
| Name | Description | |
|---|---|---|
| AddChoice(String) |
Add a choice (option) to this choice control.
| |
| AddChoice(String, BitmapImage) |
Add a choice (option) to this choice control.
| |
| AddItem |
Add an IRibbonItem to this container.
(Inherited from IRibbonContainer.) | |
| AddItems |
Add multiple IRibbonItems to this container.
(Inherited from IRibbonContainer.) | |
| Clear |
Clear all tools from this container.
(Inherited from IRibbonContainer.) | |
| ExecuteCommand |
Executes the current Command when called.
(Inherited from IRibbonItem.) | |
| GetItem |
Get an IRibbonItem from this container.
(Inherited from IRibbonContainer.) | |
| GetTools |
Get all the tools in this container.
(Inherited from IRibbonContainer.) | |
| InsertItem |
Insert an IRibbonItem into this container at a given index.
(Inherited from IRibbonContainer.) | |
| PerformClick |
Triggers a click event from script.
(Inherited from IRibbonButton.) |
| Name | Description | |
|---|---|---|
| Click |
The click event handler. Excecutes when the button is clicked.
(Inherited from IRibbonButton.) | |
| IsCheckedChanged |
Excecutes when the checkbox is checked or unchecked.
(Inherited from IRibbonCheck.) | |
| PropertyChanged |
Occurs when a property has changed.
(Inherited from IRibbonItem.) | |
| ValueChanged |
Event triggered when Value changes.
|