I don't need to test my programs. I have an error-correcting modem.

UE2:MoComboBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUIMoComboBox

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

Properties

Property group 'Option'

bAlwaysNotify

Type: bool

Always pass OnChange events, even when selecting currently selected item

bReadOnly

Type: bool


MyComboBox

Type: GUIComboBox

Modifiers: editconst, noexport


Default values

Property Value
ComponentClassName "XInterface.GUIComboBox"

Functions

Events

FocusFirst

event bool FocusFirst (GUIComponent Sender)

Overrides: GUIMultiComponent.FocusFirst


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions

AddItem

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


Find

function string Find (string Test, optional bool bExact, optional bool bExtra)


FindExtra

function int FindExtra (string Test, optional bool bExact)


FindIndex

function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj)


GetComponentValue

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


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 ()


ItemCount

function int ItemCount ()


ReadOnly

function ReadOnly (bool b)


RemoveItem

function RemoveItem (int item, optional int Count)


ResetComponent

function ResetComponent ()

Overrides: GUIMenuOption.ResetComponent


SetComponentValue

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue


SetExtra

function SetExtra (string NewExtra, optional bool bListItemsOnly)


SetIndex

function SetIndex (int I)


SetReadOnly

function SetReadOnly (bool b)

Overrides: GUIMenuOption.SetReadOnly


SetText

function SetText (string NewText, optional bool bListItemsOnly)


SilentSetIndex

function SilentSetIndex (int i)