MobileToolbarButton.Enabled
From Xojo Documentation
Property (As Boolean )
aMobileToolbarButton.Enabled = newBooleanValue
or
BooleanValue = aMobileToolbarButton.Enabled
Supported on Mobile.
or
BooleanValue = aMobileToolbarButton.Enabled
Supported on Mobile.
Enables or disables the button.
Sample Code
Add a disabled "Save" button to the toolbar: