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 : Enum
Fields
Always
Show the close button on all tabs that can be closed.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility Always
Field Value
|
InterfaceOptions.TabCloseButtonVisibility
|
Never
Never show the close button.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility Never
Field Value
|
InterfaceOptions.TabCloseButtonVisibility
|
SelectedTab
Show the close button on tabs that are currently selected.
Declaration
public const InterfaceOptions.TabCloseButtonVisibility SelectedTab
Field Value
|
InterfaceOptions.TabCloseButtonVisibility
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|