Share via


UIDocumentInteractionController.PresentOpenInMenu Method

Definition

Overloads

PresentOpenInMenu(UIBarButtonItem, Boolean)

[Foundation.Export("presentOpenInMenuFromBarButtonItem:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentOpenInMenu(UIKit.UIBarButtonItem item, bool animated);
[<Foundation.Export("presentOpenInMenuFromBarButtonItem:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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)

[Foundation.Export("presentOpenInMenuFromRect:inView:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentOpenInMenu(CoreGraphics.CGRect rect, UIKit.UIView inView, bool animated);
[<Foundation.Export("presentOpenInMenuFromRect:inView:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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