iOSToolButton.NewBordered

From Xojo Documentation

Shared Method

iOSToolButton.NewBordered(title As Text) As iOSToolButton

Creates a new bordered button with the specified title.


Shared Method

iOSToolButton.NewBordered(image As iOSImage) As iOSToolButton

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.