Vixen
dd8b0a81
csharp
public sealed class Panel

A box that groups things, and nothing more.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

The one control with no behaviour at all. It exists because panel is a name a stylesheet can select on and div is a name everything uses — a theme that styled every div would style the inside of every other control in this assembly.

Fields and properties (2)

  • protected override string TagName

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

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

Used by (6)

  • DocumentBenchmarksVixen.Benchmarks.Ui
  • AccessibilityTreeTestsVixen.Ui.Controls.Tests
  • ApplicationBarTestsVixen.Ui.Controls.Tests
  • DocumentClosePromptTestsVixen.Ui.Controls.Tests
  • DropSheetVixen.Ui.Controls.Tests
  • SplitViewTestsVixen.Ui.Controls.Tests