Method Register
Register(IPopoverView?)
Registers popover with the application.
This enables the popover to receive keyboard events even when it is not active.
public IPopoverView? Register(IPopoverView? popover)
Parameters
popoverIPopoverView
Returns
- IPopoverView
popover, after it has been registered.
Remarks
When a popover is registered, the View instance lifetime is managed by the application. Call DeRegister(IPopoverView?) to manage the lifetime of the popover directly.