Difference between revisions of "RibbonCanvas.GetButton"
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=ButtonName As String | | parameters=ButtonName As String | ||
| returntype=RibbonButton | | returntype=RibbonButton | ||
| + | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
| Line 11: | Line 12: | ||
| − | Returns the RibbonButton object corresponding to the passed name. | + | Returns the [[RibbonButton]] object corresponding to the passed name. |
Name can contain dots to get the object from a certain Tab/Section: | Name can contain dots to get the object from a certain Tab/Section: | ||
| − | TabName.SectionName.ButtonName | + | TabName.SectionName.''ButtonName'' |
SectionName.ButtonName | SectionName.ButtonName | ||
Latest revision as of 13:25, 6 August 2015
Method
RibbonCanvas.GetButton ( ButtonName As String ) As RibbonButton
Returns the RibbonButton object corresponding to the passed name. Name can contain dots to get the object from a certain Tab/Section: TabName.SectionName.ButtonName SectionName.ButtonName