Method Show
Show(IPopoverView?)
Shows popover. IPopoverView implementations should use OnVisibleChanaged/VisibleChanged to be
notified when the user has done something to cause the popover to be hidden.
public void Show(IPopoverView? popover)
Parameters
popoverIPopoverView
Remarks
This API calls Register(IPopoverView?). To disable the popover from processing keyboard events, either call DeRegister(IPopoverView?) to remove the popover from the application or set Enabled to false.