Difference between revisions of "RibbonTab.Name"

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

Latest revision as of 14:25, 6 August 2015

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


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