Difference between revisions of "RibbonMenuOption"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision imported) |
m (1 revision imported) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 76: | Line 76: | ||
|The Mouse is over the button. The background of the button is highlighted | |The Mouse is over the button. The background of the button is highlighted | ||
|} | |} | ||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | [[RibbonButton]], [[RibbonMenu]], [[RibbonSection]], [[RibbonTab]] classes. | ||
+ | |||
+ | [[RibbonCanvas]] controls. |
Latest revision as of 16:46, 2 August 2016
This class is used to define the available Options in the Main view of the Ribbon.
Properties | ||
Caption | Icon | SubCaption |
DisclosureBuffer | LastMouseOver | SubOption |
DoubleButton | Name | SubOptions |
Enabled | Separator | Visible |
HasMenu | ShortCut | |
HelpTag | State | |
Icon |
Methods | |
ClearAllStates | DrawSubOption |
Constructor | SetColor |
Constructor | SetStyle |
Draw | |
DrawSub |
Class Constants
The following constants are used for the State of the option.
Class constant | Description |
---|---|
StateNormal | The default display of the button |
StateMouseOver | The Mouse is over the button. The background of the button is highlighted |
See Also
RibbonButton, RibbonMenu, RibbonSection, RibbonTab classes.
RibbonCanvas controls.