UIActionSheet.ShowFrom 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
| Name | Description |
|---|---|
| ShowFrom(CGRect, UIView, Boolean) | |
| ShowFrom(UIBarButtonItem, Boolean) |
ShowFrom(CGRect, UIView, Boolean)
[Foundation.Export("showFromRect:inView:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowFrom(CoreGraphics.CGRect rect, UIKit.UIView inView, bool animated);
[<Foundation.Export("showFromRect:inView:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowFrom : CoreGraphics.CGRect * UIKit.UIView * bool -> unit
override this.ShowFrom : CoreGraphics.CGRect * UIKit.UIView * bool -> unit
Parameters
- rect
- CGRect
- inView
- UIView
- animated
- Boolean
- Attributes
Applies to
ShowFrom(UIBarButtonItem, Boolean)
[Foundation.Export("showFromBarButtonItem:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowFrom(UIKit.UIBarButtonItem item, bool animated);
[<Foundation.Export("showFromBarButtonItem:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowFrom : UIKit.UIBarButtonItem * bool -> unit
override this.ShowFrom : UIKit.UIBarButtonItem * bool -> unit
Parameters
- item
- UIBarButtonItem
- animated
- Boolean
- Attributes