Share via


UIMenuController.ShowMenu(UIView, CGRect) Method

Definition

[Foundation.Export("showMenuFromView:rect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowMenu(UIKit.UIView targetView, CoreGraphics.CGRect targetRect);
[<Foundation.Export("showMenuFromView:rect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowMenu : UIKit.UIView * CoreGraphics.CGRect -> unit
override this.ShowMenu : UIKit.UIView * CoreGraphics.CGRect -> unit

Parameters

targetView
UIView
targetRect
CGRect
Attributes

Applies to