IUIPopoverPresentationControllerDelegate.ShouldDismissPopover 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.
Asks if the popover that is controlled by popoverPresentationController should be dismissed.
[Foundation.Export("popoverPresentationControllerShouldDismissPopover:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDismissPopover(UIKit.UIPopoverPresentationController popoverPresentationController);
[<Foundation.Export("popoverPresentationControllerShouldDismissPopover:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
override this.ShouldDismissPopover : UIKit.UIPopoverPresentationController -> bool
Parameters
- popoverPresentationController
- UIPopoverPresentationController
Returns
- Attributes