TabState

elements.TabState (Abstract)

Represents the possible states of a tab in a tab control.

This enum abstract defines the various states that a tab can be in, which affects how the tab is displayed and whether it can be interacted with. Used primarily by tab navigation components to control tab appearance and behavior.

Usage Example

// Create a tab with default state
var myTab = new Tab();
myTab.state = TabState.DEFAULT;

// Disable a tab
myTab.state = TabState.DISABLED;

Type Conversions

From:

  • [Int](/api-docs/clay-native/Int/)

To:

  • [Int](/api-docs/clay-native/Int/)

Metadata

Name Parameters
:enum -