Table of Contents

Class TabbedWindowContent

Namespace
AO
Assembly
CoreAssembly.dll
public class TabbedWindowContent : WindowContent
Inheritance
TabbedWindowContent
Inherited Members
Extension Methods

Fields

SelectedTab

public int SelectedTab

Field Value

int

TabButtonColor

public ButtonColor TabButtonColor

Field Value

ButtonColor

TabButtonStyle

public TabButtonStyle TabButtonStyle

Field Value

TabButtonStyle

TabHeight

public int TabHeight

Field Value

int

TabLocation

public TabLocation TabLocation

Field Value

TabLocation

TabSelectedButtonColor

public ButtonColor TabSelectedButtonColor

Field Value

ButtonColor

Tabs

public List<TabContent> Tabs

Field Value

List<TabContent>

Methods

TryGet<T>()

public override T TryGet<T>() where T : WindowContent

Returns

T

Type Parameters

T