iOSToolButton.NewDone
From Xojo Documentation
Shared Method
Creates a new "Done" button with the specified title.
Shared Method
Creates a new "Done" 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
This button has a bold appearance.
Refer to the Image property for image suggestions.
Sample Code
Adds a "Done" button the to Navigation Bar: