My program doesn't have bugs. It just develops random features.

UE2:GUITabButton (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton
Package: 
XInterface
This class in other games:
UT2003, UE2Runtime

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

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

Properties[edit]

bActive[edit]

Type: bool

Is this the active tab

bForceFlash[edit]

Type: bool

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

MyPanel[edit]

Type: GUITabPanel

This is the panel I control

Default values[edit]

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

Functions[edit]

Events[edit]

SetFocus[edit]

event SetFocus (GUIComponent Who)

Overrides: GUIComponent.SetFocus


Other instance functions[edit]

CanShowPanel[edit]

function bool CanShowPanel ()


ChangeActiveState[edit]

function bool ChangeActiveState (bool IsActive, bool bFocusPanel)