UIDocumentInteractionController.PresentOpenInMenu Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PresentOpenInMenu(UIBarButtonItem, Boolean) |
Presents a menu for opening a document and anchors that menu to the specified UIBarButtonItem. |
PresentOpenInMenu(CGRect, UIView, Boolean) |
Displays a menu for opening the document. |
PresentOpenInMenu(UIBarButtonItem, Boolean)
Presents a menu for opening a document and anchors that menu to the specified UIBarButtonItem.
[Foundation.Export("presentOpenInMenuFromBarButtonItem:animated:")]
public virtual bool PresentOpenInMenu (UIKit.UIBarButtonItem item, bool animated);
abstract member PresentOpenInMenu : UIKit.UIBarButtonItem * bool -> bool
override this.PresentOpenInMenu : UIKit.UIBarButtonItem * bool -> bool
Parameters
- item
- UIBarButtonItem
- animated
- Boolean
Returns
- Attributes
Applies to
PresentOpenInMenu(CGRect, UIView, Boolean)
Displays a menu for opening the document.
[Foundation.Export("presentOpenInMenuFromRect:inView:animated:")]
public virtual bool PresentOpenInMenu (CoreGraphics.CGRect rect, UIKit.UIView inView, bool animated);
abstract member PresentOpenInMenu : CoreGraphics.CGRect * UIKit.UIView * bool -> bool
override this.PresentOpenInMenu : CoreGraphics.CGRect * UIKit.UIView * bool -> bool
Parameters
- rect
- CGRect
- inView
- UIView
- animated
- Boolean
Returns
- Attributes