Difference between revisions of "RibbonMainOption.Name"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
Name of the Button. When a Button is clicked the Name is passed in the Action event, not the caption.
+
Name of the Button. When a Button is clicked the [[RibbonMainOption.Name|Name]] is passed in the Action event, not the caption.

Latest revision as of 14:25, 6 August 2015

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


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