UE2:GUIListBoxBase (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase
Package:
XInterface
Direct subclasses:
GUIListBox, GUIMultiColumnListBox, GUIScrollTextBox
This class in other games:

Class: XInterface.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.

ScrollBar

Type: GUIVertScrollBar


Default values

Property Value
Controls[1] GUIVertScrollBar'TheScrollbar'
StyleName "ListBox"

Subobjects

TheScrollbar

Class: XInterface.GUIVertScrollBar

Property Value
bVisible False

Instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent