UE2:GUIComboBox (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
- 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: XInterface.GUIComboBox
A Combination of an EditBox, a Down Arrow Button and a ListBox
Written by Michel Comeau (c) 2002, Epic Games, Inc. All Rights Reserved
Properties
Property group 'Menu'
bListItemsOnly
Type: bool
bReadOnly
Type: bool
bShowListOnFocus
Type: bool
MaxVisibleItems
Type: int
Default value: 8
Internal variables
DownButton
Type: GUIComboButton
Edit
Type: GUIEditBox
Index
Type: int
List
Type: GUIList
ListBox
Type: GUIListBox
TextStr
Type: string
Default values
Property | Value |
---|---|
Controls[0] | GUIEditBox'EditBox1' |
Controls[1] | GUIComboButton'ShowList' |
Controls[2] | GUIListBox'ListBox1' |
WinHeight | 0.06 |
Subobjects
EditBox1
Class: XInterface.GUIEditBox
Property | Value |
---|---|
TextStr | "" |
ListBox1
Class: XInterface.GUIListBox
Property | Value |
---|---|
bVisible | False |
StyleName | "ComboListBox" |
ShowList
Class: XInterface.GUIComboButton
Property | Value |
---|---|
bRepeatClick | False |
Instance functions
AddItem
find
Get
function string Get ()
GetExtra
function string GetExtra ()
GetIndex
function int GetIndex ()
GetItem
GetItemObject
GetObject
function Object GetObject ()
GetText
function string GetText ()
HideListBox
function HideListBox ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMultiComponent.InitComponent
InternalEditPressed
function InternalEditPressed (GUIComponent Sender, bool bRepeat)
InternalListClick
function bool InternalListClick (GUIComponent Sender)
InternalListDeActivate
function InternalListDeActivate ()
InternalOnInvalidate
function InternalOnInvalidate ()
ItemChanged
function ItemChanged (GUIComponent Sender)
ItemCount
function int ItemCount ()
ReadOnly
function ReadOnly (bool b)
RemoveItem
SetIndex
function SetIndex (int I)
SetText
function SetText (string NewText)
ShowListBox
function bool ShowListBox (GUIComponent Sender)
TextChanged
function TextChanged (GUIComponent Sender)