The members of MonoTouch.UIKit.UIMenuController are listed below.
See Also: Inherited members from MonoTouch.Foundation.NSObject
| 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. |
| ArrowDirection | UIMenuControllerArrowDirection. The direction in which the arrow of the editing menu is pointed. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DidHideMenuNotification | MonoTouch.Foundation.NSString. Notification constant for DidHideMenu |
| [read-only] static | DidShowMenuNotification | MonoTouch.Foundation.NSString. Notification constant for DidShowMenu |
| [read-only] | MenuFrame | System.Drawing.RectangleF. The RectangleF of the frame of the editing menu. Read-only. |
| MenuItems | UIMenuItem[]. The custom menu items for the editing menu. | |
| MenuVisible | bool. Whether the editing menu is visible. | |
| [read-only] static | SharedMenuController | UIMenuController. The singleton UIMenuController. |
| [read-only] static | WillHideMenuNotification | MonoTouch.Foundation.NSString. Notification constant for WillHideMenu |
| [read-only] static | WillShowMenuNotification | MonoTouch.Foundation.NSString. Notification constant for WillShowMenu |
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. | ||