UE2:MoComboBox (UE2Runtime)

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

Class: GUI.GUIMoComboBox

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

Properties

bReadOnly

Type: bool

This Combobox is read only

MyComboBox

Type: GUIComboBox


Default values

Property Value
ComponentClassName "GUI.GUIComboBox"

Instance functions

AddItem

function AddItem (string Item, optional Object Extra, optional string Str)


Find

function string Find (string Test, bool bExact)


GetExtra

function string GetExtra ()


GetIndex

function int GetIndex ()


GetItem

function string GetItem (int index)


GetItemObject

function Object GetItemObject (int index)


GetObject

function Object GetObject ()


GetText

function string GetText ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


ItemCount

function int ItemCount ()


ReadOnly

function ReadOnly (bool b)


RemoveItem

function RemoveItem (int item, optional int Count)


SetIndex

function SetIndex (int I)


SetText

function SetText (string NewText)