UIKit.UIMenuController Members

The members of UIKit.UIMenuController are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

ArrowDirectionUIMenuControllerArrowDirection. The direction in which the arrow of the editing menu is pointed.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DidHideMenuNotificationFoundation.NSString. Notification constant for DidHideMenu
[read-only]
static
DidShowMenuNotificationFoundation.NSString. Notification constant for DidShowMenu
[read-only]
MenuFrameCoreGraphics.CGRect. The RectangleF of the frame of the editing menu. Read-only.
MenuItemsUIMenuItem[]. The custom menu items for the editing menu.
MenuVisiblebool. Whether the editing menu is visible.
[read-only]
static
SharedMenuControllerUIMenuController. The singleton UIMenuController.
[read-only]
static
WillHideMenuNotificationFoundation.NSString. Notification constant for WillHideMenu
[read-only]
static
WillShowMenuNotificationFoundation.NSString. Notification constant for WillShowMenu

Public Methods

SetMenuVisible(bool, bool)
Displays or hides the editing menu menu.
SetTargetRect(UIView, CoreGraphics.CGRect)
Sets the area in a UIView above or below which the editing menu is positioned.
Update()
Updates the appearance and enabled state of menu commands.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIMenuController object.