Mostly Harmless
UE2:GUITabButton (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
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]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIButton.InitComponent