UE2:MyTestPanelB (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> MyTestPanelB
Package:
GUI
This class in other games:

(C) 2002, Epic Games

Properties

ComboTest

Type: moComboBox

Modifiers: automated


Default value: moComboBox'caOne'

lbListBoxTest

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laTwo'

lbScrollTextBox

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laThree'

ListBoxTest

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'caTwo'

ScrollTextBoxTest

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'caThree'

Default values

Property Value
Background Texture'GUIContent.Menu.EpicLogo'
WinHeight 0.807813
WinTop 55.9805

Subobjects

caOne

Class: GUI.moComboBox

Property Value
Caption "moComboBox Test"
ComponentJustification TXTA_Left
Hint "This is a combo box"
WinLeft 0.03125
WinTop 0.079339

caThree

Class: GUI.GUIScrollTextBox

Property Value
bVisibleWhenEmpty True
CharDelay 0.05
TabOrder 2
WinHeight 0.70625
WinLeft 0.515625
WinTop 0.251653
WinWidth 0.445313

caTwo

Class: GUI.GUIListBox

Property Value
bVisibleWhenEmpty True
TabOrder 1
WinHeight 0.70625
WinLeft 0.03125
WinTop 0.251653
WinWidth 0.445313

laThree

Class: GUI.GUILabel

Property Value
Caption "Scrolling Text Test"
WinHeight 0.05
WinLeft 0.515625
WinTop 0.2
WinWidth 0.257813

laTwo

Class: GUI.GUILabel

Property Value
Caption "ListBox Test"
WinHeight 0.05
WinLeft 0.03125
WinTop 0.2
WinWidth 0.15625

Instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent