Difference between revisions of "RibbonMenuOption.Name"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
Line 10: Line 10:
  
  
[[RibbonMenuOption.Name|Name]] of the Button. When a Button is clicked the [[RibbonMenuOption.Name|Name]] is passed in the Action event, not the caption.
+
[[RibbonMenuOption.Name|Name]] of the Button. When a Button is clicked the Name is passed in the Action event, not the caption.

Revision as of 17:46, 2 August 2016

Property (As String)
aRibbonMenuOption.Name = newValue
or
StringValue = aRibbonMenuOption.Name


Name of the Button. When a Button is clicked the Name is passed in the Action event, not the caption.