iOSControl.Visible
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Boolean )
aiOSControl.Visible = newBooleanValue
or
BooleanValue = aiOSControl.Visible
Supported on Mobile (iOS).
or
BooleanValue = aiOSControl.Visible
Supported on Mobile (iOS).
Indicates whether the control is visible.
Sample Code
Make a button invisible:
Button1.Visible = False