UE2:GUITabButton (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton
Package:
GUI
This class in other games:

GUITabButton - A Tab Button has an associated Tab Control, and TabPanel.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

bActive

Type: bool

Is this the active tab

bForceFlash

Type: bool

Lets you get a tab to flash even if its not focused

MyPanel

Type: GUITabPanel


Default values

Property Value
bBoundToParent True
bNeverFocus True
OnClickSound CS_Edit
StyleName "TabButton"
WinHeight 0.075

Functions

Events

SetFocus

event SetFocus (GUIComponent Who)

Overrides: GUIComponent.SetFocus


Other instance functions

CanShowPanel

function bool CanShowPanel ()


ChangeActiveState

function ChangeActiveState (bool IsActive, bool bFocusPanel)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIButton.InitComponent