WebMessageDialogButton.Visible
From Xojo Documentation
Property (As Boolean )
aWebMessageDialogButton.Visible = newBooleanValue
or
BooleanValue = aWebMessageDialogButton.Visible
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebMessageDialogButton.Visible
New in 2020r1
Supported for all project types and targets.
If True, the button is visible in the WebMessageDialog.
Notes
The WebMessageDialog.AlternateActionButton and the WebMessageDialog.CancelButton are both not visible by default. You need to set the Visible property to True for these buttons to make them appear in the WebMessageDialog.
See Also
WebMessageDialog class.