Vixen
02b45cc4
csharp
public sealed class DockTab

One tab in a group's strip.

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

Fields and properties (3)

  • protected override string TagName

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

  • public string PanelId

    Which panel it stands for.

  • public IconButton? CloseButton

    The button that closes the panel, if it may be closed.

Used by (3)

  • DockingHostVixen.Ui.Controls.Advanced
  • DockingTestsVixen.Ui.Controls.Advanced.Tests
  • DockingWindowTestsVixen.Ui.Controls.Advanced.Tests