UIPopoverController Class
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.
[Foundation.Register("UIPopoverController", true)]
public class UIPopoverController : Foundation.NSObject, IDisposable, UIKit.IUIAppearanceContainer
[<Foundation.Register("UIPopoverController", true)>]
type UIPopoverController = class
inherit NSObject
interface IUIAppearanceContainer
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UIPopoverController(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIPopoverController(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| UIPopoverController(UIViewController) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BackgroundColor | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ContentViewController | |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the UIKit.IUIPopoverControllerDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PassthroughViews | |
| PopoverArrowDirection | |
| PopoverBackgroundViewType |
This is the type that is used to display the background of the popover. |
| PopoverContentSize | |
| PopoverLayoutMargins | |
| PopoverVisible |
If |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| ShouldDismiss |
Delegate invoked by the object to get a value. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| WeakDelegate | |
| Zone | (Inherited from NSObject) |
Methods
Events
| Name | Description |
|---|---|
| DidDismiss |
Event raised by the object. |
| WillReposition |
Event raised by the object. |