UIBarButtonSystemItem Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of the predefined UIBarButtonItems.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarButtonSystemItem
type UIBarButtonSystemItem =
- Inheritance
-
UIBarButtonSystemItem
- Attributes
Fields
Name | Value | Description |
---|---|---|
Done | 0 | Done text, localized. |
Cancel | 1 | Cancel text, localized. |
Edit | 2 | Edit text, localized. |
Save | 3 | Save text, localized. |
Add | 4 | Add image. |
FlexibleSpace | 5 | Flexible space inserted among all elements. |
FixedSpace | 6 | Fixed space used to insert padding between items. |
Compose | 7 | Compose image. |
Reply | 8 | Reply image |
Action | 9 | Action image. |
Organize | 10 | Organize image. |
Bookmarks | 11 | Bookmark image. |
Search | 12 | Search image. |
Refresh | 13 | Refresh image. |
Stop | 14 | Stop image. |
Camera | 15 | Camera image. |
Trash | 16 | Trash image. |
Play | 17 | Play image. |
Pause | 18 | Pause image. |
Rewind | 19 | Remind image. |
FastForward | 20 | Fast forward image. |
Undo | 21 | Undo image. |
Redo | 22 | Redo image. |
PageCurl | 23 | Developers should not use this deprecated field. |