Gah - a solution with more questions. – EntropicLqd

UE1:UWindowComboControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowComboControl
Package: 
UWindow
This class in other games:
RTNP, UT

null

Properties

bCanEdit

Type: bool


bListVisible

Type: bool


Button

Type: UWindowComboButton


EditAreaDrawX

Type: float


EditAreaDrawY

Type: float


EditBox

Type: UWindowEditBox


EditBoxWidth

Type: float


List

Type: UWindowComboList


ListClass

Type: class<UWindowComboList>


Default value: Class'UWindow.UWindowComboList'

Default values

Property Value
bNoKeyboard True

Instance functions

AddItem

function AddItem (string S, optional string S2, optional int SortWeight)


BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowDialogControl.BeforePaint


Clear

function Clear ()


ClearValue

function ClearValue ()


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


CloseUp

function CloseUp ()


Created

function Created ()

Overrides: UWindowDialogControl.Created


DropDown

function DropDown ()


FindItemIndex

function int FindItemIndex (string V, optional bool bIgnoreCase)


FindItemIndex2

function int FindItemIndex2 (string V2, optional bool bIgnoreCase)


FocusOtherWindow

function FocusOtherWindow (UWindowWindow W)

Overrides: UWindowWindow.FocusOtherWindow


GetSelectedIndex

function int GetSelectedIndex ()


GetValue

function string GetValue ()


GetValue2

function string GetValue2 ()


InsertItem

function InsertItem (string S, optional string S2, optional int SortWeight)


Notify

function Notify (byte E)

Overrides: UWindowDialogControl.Notify


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


SetEditable

function SetEditable (bool bNewCanEdit)


SetEditTextColor

function SetEditTextColor (Object.Color NewColor)


SetFont

function SetFont (int NewFont)

Overrides: UWindowDialogControl.SetFont


SetMaxLength

function SetMaxLength (int MaxLength)


SetNumericOnly

function SetNumericOnly (bool bNumericOnly)


SetSelectedIndex

function SetSelectedIndex (int Index)


SetValue

function SetValue (string NewValue, optional string NewValue2)


Sort

function Sort ()