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