Difference between revisions of "RibbonCanvas"
From Jeremie Leroy - XOJO Controls Wiki
(→See Also) |
(→Version 1.2.1) |
||
Line 135: | Line 135: | ||
===Version 1.2.1=== | ===Version 1.2.1=== | ||
− | + | *Contextual Click in RibbonHelpWindow does not trigger action anymore | |
==See Also== | ==See Also== | ||
[[RibbonButton]], [[RibbonSection]], [[RibbonTab classes.]] | [[RibbonButton]], [[RibbonSection]], [[RibbonTab classes.]] |
Revision as of 10:14, 2 May 2012
The RibbonCanvas is a custom Canvas that displays a Ribbon similar to Microsoft Office and Windows 7 Paint and WordPad.
Events | |
Action | Minimized |
Change | MouseDown |
GearIconClicked | Open |
GetIcon | OpenRecent |
GetMenu | Restored |
HeightChange | |
MenuAction |
Methods | ||
AddOpenRecent | LoadFromXML | SetStyle |
EmbedControl | Redisplay | Show |
EmbedControl | RemoveOpenRecent | toRB |
GetButton | SendAcceleratorKey | toXML |
GetMainOption | SetColor | |
Hide | SetHighlightColor |
Shared Methods |
Register |
Contents
History
Version 1.2.5
- Fix:
- Crash on Mac OS with StyleOffice2011 (gradient2)
- Crash on Mac OS (RibbonHelpWindow)
Version 1.2.4 - Released 2012-04-15
- New:
- Removed Class TooltipTimer which isn't needed anymore
- Fix:
- embeddedControl
- Graphical bug in StyleOffice2010
- Buttons with menu: PopupArrow missing the tip pixel in newer versions of RealStudio
Version 1.2.1
- Contextual Click in RibbonHelpWindow does not trigger action anymore