csharp
public sealed class TabItemOne 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 TagNameThe element name this type answers to when a caller does not choose one.
public UiElement PanelThe panel this tab shows.
public bool IsSelectedWhether this is the tab currently showing.
Methods (1)
protected override void Activate(ActivationDevice device, int count, ModifierKeys modifiers)
Used by (6)
- ShellHelloUi
- SelectionTestsVixen.Ui.Controls.Tests
- TabsVixen.Ui.Controls
- PrefabViewVixen.Editor.AssetEditors
- SceneEditorFactoryVixen.Editor.AssetEditors
- TextureImportViewVixen.Editor.AssetEditors