Share via


UIDocumentMenuOrder Enum

Definition

Enumerates the insertion points for custom menu items.

[ObjCRuntime.Native]
public enum UIDocumentMenuOrder
[<ObjCRuntime.Native>]
type UIDocumentMenuOrder = 
Inheritance
UIDocumentMenuOrder
Attributes

Fields

Name Value Description
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