MonoTouch.UIKit.UIMenuController Members

The members of MonoTouch.UIKit.UIMenuController are listed below.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
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
DidHideMenuNotificationMonoTouch.Foundation.NSString. Notification constant for DidHideMenu
[read-only]
static
DidShowMenuNotificationMonoTouch.Foundation.NSString. Notification constant for DidShowMenu
[read-only]
MenuFrameSystem.Drawing.RectangleF. 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
WillHideMenuNotificationMonoTouch.Foundation.NSString. Notification constant for WillHideMenu
[read-only]
static
WillShowMenuNotificationMonoTouch.Foundation.NSString. Notification constant for WillShowMenu

Public Methods

SetMenuVisible(bool, bool)
Displays or hides the editing menu menu.
SetTargetRect(System.Drawing.RectangleF, UIView)
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.