Difference between revisions of "RibbonCanvas.Value"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (5 revisions imported)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
 
The number of the currently selected tab. [[RibbonCanvas.Tabs|Tabs]] are zero-based.
 
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.