Vixen
02b45cc4
csharp
public sealed class TabItem

One tab's header.

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

Remarks

Made by AddTab rather than constructed, because a tab without the panel it shows is half a thing — and the pairing has to be made somewhere that can put the two in different parts of the tree.

Fields and properties (3)

  • protected override string TagName

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

  • public UiElement Panel

    The panel this tab shows.

  • public bool IsSelected

    Whether this is the tab currently showing.

Methods (1)

Used by (6)

  • ShellHelloUi
  • SelectionTestsVixen.Ui.Controls.Tests
  • TabsVixen.Ui.Controls
  • PrefabViewVixen.Editor.AssetEditors
  • SceneEditorFactoryVixen.Editor.AssetEditors
  • TextureImportViewVixen.Editor.AssetEditors