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

UE2:GUIListBox (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIListBox

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.GUIListBox

The GUIListBoxBase is a wrapper for a GUIList and it's ScrollBar

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

[edit] Properties

[edit] List

Type: GUIList

Modifiers: automated

For Quick Access;

Default value: GUIList'TheList'

[edit] Subobjects

[edit] TheList

Class: GUI.GUIList

Empty subobject definition.

[edit] Instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


[edit] InternalOnChange

function InternalOnChange (GUIComponent Sender)


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] ItemCount

function int ItemCount ()


Personal tools