Vixen
02b45cc4
csharp
public sealed class Option

One choice in a list.

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

Fields and properties (5)

  • protected override string TagName

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

  • public string? Value
  • public bool IsSelected

    Whether it is chosen.

  • public Icon? Mark

    The tick shown beside a chosen option in a multi-select.

  • public static readonly UiPropertyKey ValueProperty

    Identity for Value.

Methods (1)

  • public void ClearValue()

    Unsets Value, so it takes its default or its ancestor's value again.

Used by (12)

  • ComboBoxVixen.Ui.Controls
  • MultiSelectVixen.Ui.Controls
  • PropertyGridTestsVixen.Ui.Controls.Advanced.Tests
  • SelectVixen.Ui.Controls
  • SelectBaseVixen.Ui.Controls
  • SelectionTestsVixen.Ui.Controls.Tests
  • AudioMixerViewTestsVixen.Editor.AssetEditors.Tests
  • BuildSettingsTestsVixen.Editor.App.Tests
  • ConsoleViewTestsVixen.Editor.Ui.Tests
  • ProjectBrowserVixen.Editor.App
  • SpriteSheetViewVixen.Editor.AssetEditors
  • UiClassesVixen.Editor.AssetEditors