UISearchBarIcon 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 indicating icons available for the search bar.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISearchBarIcon
type UISearchBarIcon =
- Inheritance
-
UISearchBarIcon
- Attributes
Fields
Bookmark | 2 | The icon used for a bookmark. |
Clear | 1 | The icon used for the clear action. |
ResultsList | 3 | The icon used for the results list. |
Search | 0 | The search icon. |