Difference between revisions of "RibbonButton.Name"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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 [[RibbonButton.Name|Name]] is passed in the Action event, not the caption.

Revision as of 00:55, 25 May 2012

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


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