Difference between revisions of "RibbonSection.Enabled"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 11: Line 11:
  
 
Determines if the section is enabled.
 
Determines if the section is enabled.
If False, all RibbonButton contained in this section are disabled.
+
If False, all [[RibbonButton]] contained in this section are disabled.

Revision as of 00:55, 25 May 2012

Property (As Boolean)
aRibbonSection.Enabled = newValue
or
BooleanValue = aRibbonSection.Enabled


Determines if the section is enabled. If False, all RibbonButton contained in this section are disabled.