UIDocumentMenuOrder Enum

Definition

Enumerates the insertion points for custom menu items.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDocumentMenuOrder
type UIDocumentMenuOrder = 
Inheritance
UIDocumentMenuOrder
Attributes

Fields

First 0

Custom menu items will be inserted at the start of the menu.

Last 1

Custom menu items will be inserted at the end of the menu.

Applies to