I'm a doctor, not a mechanic
UE2:GUIComboBox (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddItem
- 2.2.2 find
- 2.2.3 Get
- 2.2.4 GetExtra
- 2.2.5 GetIndex
- 2.2.6 GetItem
- 2.2.7 GetItemObject
- 2.2.8 GetObject
- 2.2.9 GetText
- 2.2.10 HideListBox
- 2.2.11 InitComponent
- 2.2.12 InternalEditPressed
- 2.2.13 InternalListClick
- 2.2.14 InternalListDeActivate
- 2.2.15 InternalOnInvalidate
- 2.2.16 InternalOnMousePressed
- 2.2.17 ItemChanged
- 2.2.18 ItemCount
- 2.2.19 ReadOnly
- 2.2.20 RemoveItem
- 2.2.21 SetHint
- 2.2.22 SetIndex
- 2.2.23 SetText
- 2.2.24 ShowListBox
- 2.2.25 TextChanged
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: GUI.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
Edit
Type: GUIEditBox
Modifiers: automated
Default value: GUIEditBox'EditBox1'
Index
Type: int
List
Type: GUIList
MyListBox
Type: GUIListBox
Modifiers: automated
Default value: GUIListBox'ListBox1'
MyShowListBtn
Type: GUIComboButton
Modifiers: automated
Default value: GUIComboButton'ShowList'
TextStr
Type: string
Default values
Property | Value |
---|---|
PropagateVisibility | True |
WinHeight | 0.06 |
Subobjects
EditBox1
Class: GUI.GUIEditBox
Empty subobject definition.
ListBox1
Class: GUI.GUIListBox
Property | Value |
---|---|
bVisible | False |
StyleName | "ComboListBox" |
ShowList
Class: GUI.GUIComboButton
Empty subobject definition.
Functions
Events
SetVisibility
event SetVisibility (bool bIsVisible)
Overrides: GUIMultiComponent.SetVisibility
Other 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 (GUIComponent Who)
InternalOnMousePressed
function InternalOnMousePressed (GUIComponent Sender, bool bRepeat)
ItemChanged
function ItemChanged (GUIComponent Sender)
ItemCount
function int ItemCount ()
ReadOnly
function ReadOnly (bool b)
RemoveItem
SetHint
function SetHint (string NewHint)
Overrides: GUIComponent.SetHint
SetIndex
function SetIndex (int I)
SetText
function SetText (string NewText)
ShowListBox
function bool ShowListBox (GUIComponent Sender)
TextChanged
function TextChanged (GUIComponent Sender)