Class InterfaceOptions.TabCloseButtonVisibility
Options for the visibility status of the tab close button.
Inheritance
System.Object
    InterfaceOptions.TabCloseButtonVisibility
    Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class TabCloseButtonVisibility : EnumFields
Always
Show the close button on all tabs that can be closed.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility AlwaysField Value
| InterfaceOptions.TabCloseButtonVisibility 
 | 
Never
Never show the close button.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility NeverField Value
| InterfaceOptions.TabCloseButtonVisibility 
 | 
SelectedTab
Show the close button on tabs that are currently selected.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility SelectedTabField Value
| InterfaceOptions.TabCloseButtonVisibility 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |