Difference between revisions of "RibbonCanvas.SendAcceleratorKey"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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 AcceleratorKey Event to the Ribbon in order to change Tab.
+
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.

Revision as of 00:55, 25 May 2012

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.