Difference between revisions of "RibbonCanvas.Value"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (5 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
The number of the currently selected tab. The first tab is number zero.
+
The number of the currently selected tab. [[RibbonCanvas.Tabs|Tabs]] are zero-based.
 +
 
 +
To change the Tab that is displayed, set this value.

Latest revision as of 14:25, 6 August 2015

Property (As Integer)
aRibbonCanvas.Value = newValue
or
IntegerValue = aRibbonCanvas.Value


The number of the currently selected tab. Tabs are zero-based.

To change the Tab that is displayed, set this value.