iOSToolButton.NewBordered
From Xojo Documentation
Shared Method
Creates a new bordered button with the specified title.
Shared Method
Creates a new bordered button with the specified image.
Parameters
Parameter | Description |
---|---|
title | The text value to display in the button. |
image | An Image to display in the button. |
Notes
On current iOS versions, this button looks the same as a button created with NewPlain.
Refer to the Image property for image suggestions.