Vixen
02b45cc4
csharp
public sealed class Popover

A 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)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public UiElement Content

    Where the content goes.

  • protected override UiElement ContentHost

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