I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUIComboBox (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
Contents |
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: UT2K4UI.GUIComboBox
A Combination of an EditBox, a Down Arrow Button and a ListBox
Written by Michel Comeau Updated by Ron Prestenback (c) 2002, 2003 Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Property group 'GUIComboBox'
[edit] bIgnoreChangeWhenTyping
Type: bool
If not read-only, only accept OnChange when Enter is pressed
[edit] bReadOnly
Type: bool
[edit] bShowListOnFocus
Type: bool
[edit] bValueReadOnly
Type: bool
[edit] Index
Type: int
Modifiers: editconst
Default value: -1
[edit] List
Type: GUIList
Modifiers: editconst
[edit] MaxVisibleItems
Type: int
Default value: 8
[edit] TextStr
Type: string
Modifiers: editconst
[edit] Internal variables
[edit] Edit
Type: GUIEditBox
Modifiers: automated
Default value: GUIEditBox'EditBox1'
[edit] MyListBox
Type: GUIListBox
Modifiers: automated
Default value: GUIListBox'ListBox1'
[edit] MyShowListBtn
Type: GUIScrollButtonBase
Modifiers: automated
Default value: GUIComboButton'ShowList'
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| OnKeyEvent | InternalOnKeyEvent |
| PropagateVisibility | True |
| ToolTip | GUIToolTip'GUIComboBoxToolTip' |
| WinHeight | 0.06 |
[edit] Subobjects
[edit] EditBox1
Class: XInterface.GUIEditBox
| Property | Value |
|---|---|
| bNeverScale | True |
| RenderWeight | 0.5 |
| TextStr | "" |
[edit] GUIComboBoxToolTip
Class: XInterface.GUIToolTip
Empty subobject definition.
[edit] ListBox1
Class: XInterface.GUIListBox
| Property | Value |
|---|---|
| bNeverScale | True |
| bTabStop | False |
| bVisible | False |
| FontScale | FNT_Medium |
| RenderWeight | 0.7 |
| StyleName | "ComboListBox" |
[edit] ShowList
Class: XInterface.GUIComboButton
| Property | Value |
|---|---|
| bNeverScale | True |
| bRepeatClick | False |
| bTabStop | False |
| RenderWeight | 0.6 |
[edit] Delegates
[edit] OnHideList
[edit] OnShowList
[edit] Functions
[edit] Events
[edit] FocusFirst
Overrides: GUIMultiComponent.FocusFirst
[edit] FocusLast
Overrides: GUIMultiComponent.FocusLast
[edit] InitComponent
Overrides: GUIMultiComponent.InitComponent
[edit] LoseFocus
Overrides: GUIMultiComponent.LoseFocus
[edit] SetVisibility
Overrides: GUIMultiComponent.SetVisibility
