UIDocumentInteractionController.PresentOpenInMenu Method

Definition

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

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

Applies to