csharp
public sealed class TimelineHeaderOne track's name and its mute button.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public TimelineTrack? TrackWhich track, or null if parked.
public UiElement LabelIts name.
public ToggleButton MuteThe button that switches it off.
Methods (1)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
Used by (3)
- TimelineVixen.Ui.Controls.Advanced
- TimelineTestsVixen.Ui.Controls.Advanced.Tests
- SequenceViewVixen.Editor.AssetEditors