csharp
public sealed class PopoverA floating panel attached to something.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The plain overlay: a box, positioned beside an anchor, that closes when something else is clicked. A menu, a dropdown and a date picker are all this with content in them, which is why it is a control of its own rather than a base class nobody instantiates.
Fields and properties (3)
Methods (1)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
Used by (8)
- ColorInputVixen.Ui.Controls.Advanced
- ColorInputTestsVixen.Ui.Controls.Advanced.Tests
- ComboBoxVixen.Ui.Controls
- OverlayInteractionTestsVixen.Ui.Controls.Tests
- OverlayLifetimeTestsVixen.Ui.Controls.Tests
- SelectBaseVixen.Ui.Controls
- SurfaceTestsVixen.Ui.Controls.Tests
- EditorShellVixen.Editor.Ui