UE2:MoComboBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoComboBox |
- Package:
- XInterface
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Find
FindExtra
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
GetItemObject
GetObject
function Object GetObject ()
GetText
function string GetText ()
ItemCount
function int ItemCount ()
ReadOnly
function ReadOnly (bool b)
RemoveItem
ResetComponent
function ResetComponent ()
Overrides: GUIMenuOption.ResetComponent
SetComponentValue
Overrides: GUIMenuOption.SetComponentValue
SetExtra
SetIndex
function SetIndex (int I)
SetReadOnly
function SetReadOnly (bool b)
Overrides: GUIMenuOption.SetReadOnly
SetText
SilentSetIndex
function SilentSetIndex (int i)