Click or drag to resize

IRibbonChoice Properties

The IRibbonChoice type exposes the following members.

Properties
  NameDescription
Public propertyActAsDropDown
If true the control acts like a dropdown menu.
(Inherited from IRibbonSplitItem.)
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 propertyIsChecked
Current status of the checkbox.
(Inherited from IRibbonCheck.)
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.)
Public propertyValue
The current value of the choice control.
Top
See Also