UE2:GUIListBoxBase (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase
Package:
GUI
Direct subclasses:
GUIListBox, GUIMultiColumnListBox, GUIScrollTextBox
This class in other games:

Class: GUI.GUIListBoxBase

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

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

Properties

bVisibleWhenEmpty

Type: bool

List box is visible when empty.

MyList

Type: GUIListBase


MyScrollBar

Type: GUIVertScrollBar

Modifiers: automated


Default value: GUIVertScrollBar'TheScrollbar'

Default values

Property Value
bAcceptsInput True
PropagateVisibility True
StyleName "ListBox"

Subobjects

TheScrollbar

Class: GUI.GUIVertScrollBar

Property Value
bVisible False

Instance functions

InitBaseList

function InitBaseList (GUIListBase LocalList)


SetHint

function SetHint (string NewHint)

Overrides: GUIComponent.SetHint