Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UWindowEditBox (U1)
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 Backspace
- 2.2 Clear
- 2.3 Click
- 2.4 Close
- 2.5 Created
- 2.6 Delete
- 2.7 DoubleClick
- 2.8 FocusOtherWindow
- 2.9 GetValue
- 2.10 GetValue2
- 2.11 Insert
- 2.12 KeyDown
- 2.13 KeyFocusEnter
- 2.14 KeyFocusExit
- 2.15 KeyType
- 2.16 LMouseDown
- 2.17 MoveEnd
- 2.18 MoveHome
- 2.19 MoveLeft
- 2.20 MoveRight
- 2.21 Notify
- 2.22 Paint
- 2.23 SelectAll
- 2.24 SetEditable
- 2.25 SetValue
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. |
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
Clear
Click
Overrides: UWindowWindow.Click
Close
Overrides: UWindowWindow.Close
Created
Overrides: UWindowDialogControl.Created
Delete
DoubleClick
Overrides: UWindowWindow.DoubleClick
FocusOtherWindow
Overrides: UWindowWindow.FocusOtherWindow
GetValue
GetValue2
Insert
KeyDown
Overrides: UWindowDialogControl.KeyDown
KeyFocusEnter
Overrides: UWindowDialogControl.KeyFocusEnter
KeyFocusExit
Overrides: UWindowDialogControl.KeyFocusExit
KeyType
Overrides: UWindowWindow.KeyType
LMouseDown
Overrides: UWindowWindow.LMouseDown
MoveEnd
MoveHome
MoveLeft
MoveRight
Notify
Overrides: UWindowDialogControl.Notify
Paint
Overrides: UWindowWindow.Paint