Class PopoverBaseImpl
Abstract base class for Popover Views.
public abstract class PopoverBaseImpl : View, IDisposable, ISupportInitializeNotification, ISupportInitialize, IPopover
- Inheritance
-
PopoverBaseImpl
- Implements
- Derived
- Inherited Members
Remarks
To show a Popover, use Show(IPopover?). To hide a popover, call Show(IPopover?) with null set Visible to false.
If the user clicks anywhere not occluded by a SubView of the Popover, presses QuitKey, or causes another popover to show, the Popover will be hidden.
Constructors
- PopoverBaseImpl()
Creates a new PopoverBaseImpl.
Methods
- OnVisibleChanging()
Called when Visible is changing. Can be cancelled by returning true.