Difference between revisions of "RibbonCanvas.SendAcceleratorKey"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
| parameters=Key As String | | parameters=Key As String | ||
| returntype=Boolean | | returntype=Boolean | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
− | In the Window that contains the RibbonControl, use this function to send an | + | In the Window that contains the RibbonControl, use this function to send an Accelerator''Key'' Event to the Ribbon in order to [[RibbonCanvas.Change|Change]] Tab. |
If a Tab has the sent accelerator Key, True is returned. | If a Tab has the sent accelerator Key, True is returned. |
Latest revision as of 13:25, 6 August 2015
Method
RibbonCanvas.SendAcceleratorKey ( Key As String ) As Boolean
In the Window that contains the RibbonControl, use this function to send an AcceleratorKey Event to the Ribbon in order to Change Tab. If a Tab has the sent accelerator Key, True is returned.