UIViewController.ModalInPopover Property
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.
true
if this UIViewController should be presented modally by a UIPopoverController.
public virtual bool ModalInPopover { [Foundation.Export("isModalInPopover")] get; [Foundation.Export("setModalInPopover:")] set; }
member this.ModalInPopover : bool with get, set
Property Value
The default value is false
.
- Attributes
Remarks
Application developers should set this property to true
if this UIViewController is intended to be presented modally by a UIPopoverController. Setting this property to true
disallows actions outside this UIViewController when it is displayed.