There is no spoon
UE2:GUIComboBox (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
| 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: 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
[edit] Properties
[edit] Property group 'Menu'
[edit] bListItemsOnly
Type: bool
[edit] bReadOnly
Type: bool
[edit] bShowListOnFocus
Type: bool
[edit] MaxVisibleItems
Type: int
Default value: 8
[edit] Internal variables
[edit] Edit
Type: GUIEditBox
Modifiers: automated
Default value: GUIEditBox'EditBox1'
[edit] Index
Type: int
[edit] List
Type: GUIList
[edit] MyListBox
Type: GUIListBox
Modifiers: automated
Default value: GUIListBox'ListBox1'
[edit] MyShowListBtn
Type: GUIComboButton
Modifiers: automated
Default value: GUIComboButton'ShowList'
[edit] TextStr
Type: string
[edit] Default values
| Property | Value |
|---|---|
| PropagateVisibility | True |
| WinHeight | 0.06 |
[edit] Subobjects
[edit] EditBox1
Class: GUI.GUIEditBox
Empty subobject definition.
[edit] ListBox1
Class: GUI.GUIListBox
| Property | Value |
|---|---|
| bVisible | False |
| StyleName | "ComboListBox" |
[edit] ShowList
Class: GUI.GUIComboButton
Empty subobject definition.
[edit] Functions
[edit] Events
[edit] SetVisibility
event SetVisibility (bool bIsVisible)
Overrides: GUIMultiComponent.SetVisibility
[edit] Other instance functions
[edit] AddItem
[edit] find
[edit] Get
function string Get ()
[edit] GetExtra
function string GetExtra ()
[edit] GetIndex
function int GetIndex ()
[edit] GetItem
[edit] GetItemObject
[edit] GetObject
function Object GetObject ()
[edit] GetText
function string GetText ()
[edit] HideListBox
function HideListBox ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMultiComponent.InitComponent
[edit] InternalEditPressed
function InternalEditPressed (GUIComponent Sender, bool bRepeat)
[edit] InternalListClick
function bool InternalListClick (GUIComponent Sender)
[edit] InternalListDeActivate
function InternalListDeActivate ()
[edit] InternalOnInvalidate
function InternalOnInvalidate (GUIComponent Who)
[edit] InternalOnMousePressed
function InternalOnMousePressed (GUIComponent Sender, bool bRepeat)
[edit] ItemChanged
function ItemChanged (GUIComponent Sender)
[edit] ItemCount
function int ItemCount ()
[edit] ReadOnly
function ReadOnly (bool b)
[edit] RemoveItem
[edit] SetHint
function SetHint (string NewHint)
Overrides: GUIComponent.SetHint
[edit] SetIndex
function SetIndex (int I)
[edit] SetText
function SetText (string NewText)
[edit] ShowListBox
function bool ShowListBox (GUIComponent Sender)
[edit] TextChanged
function TextChanged (GUIComponent Sender)
