Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:UWindowEditBox (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10: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 >> UWindowEditBox
Package: 
UWindow
This class in other games:
RTNP, UT

UWindowEditBox - simple edit box, for use in other controls such as UWindowComboxBoxControl, UWindowEditBoxControl etc.

Properties

bAllSelected

Type: bool


bCanEdit

Type: bool


bChangePending

Type: bool


bDelayedNotify

Type: bool


bNumericOnly

Type: bool


bSelectOnFocus

Type: bool


bShowCaret

Type: bool


CaretOffset

Type: int


LastDrawTime

Type: float


MaxLength

Type: int


NotifyOwner

Type: UWindowDialogControl


Offset

Type: float


Value

Type: string


Value2

Type: string


Instance functions

Backspace

function bool Backspace ()


Clear

function Clear ()


Click

function Click (float X, float Y)

Overrides: UWindowWindow.Click


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Created

function Created ()

Overrides: UWindowDialogControl.Created


Delete

function bool Delete ()


DoubleClick

function DoubleClick (float X, float Y)

Overrides: UWindowWindow.DoubleClick


FocusOtherWindow

function FocusOtherWindow (UWindowWindow W)

Overrides: UWindowWindow.FocusOtherWindow


GetValue

function string GetValue ()


GetValue2

function string GetValue2 ()


Insert

function bool Insert (byte C)


KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowDialogControl.KeyDown


KeyFocusEnter

function KeyFocusEnter ()

Overrides: UWindowDialogControl.KeyFocusEnter


KeyFocusExit

function KeyFocusExit ()

Overrides: UWindowDialogControl.KeyFocusExit


KeyType

function KeyType (int Key, float MouseX, float MouseY)

Overrides: UWindowWindow.KeyType


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MoveEnd

function bool MoveEnd ()


MoveHome

function bool MoveHome ()


MoveLeft

function bool MoveLeft ()


MoveRight

function bool MoveRight ()


Notify

function Notify (byte E)

Overrides: UWindowDialogControl.Notify


Paint

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

Overrides: UWindowWindow.Paint


SelectAll

function SelectAll ()


SetEditable

function SetEditable (bool bEditable)


SetValue

function SetValue (string NewValue, optional string NewValue2)