The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
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[edit]
bAllSelected[edit]
Type: bool
bCanEdit[edit]
Type: bool
bChangePending[edit]
Type: bool
bDelayedNotify[edit]
Type: bool
bNumericOnly[edit]
Type: bool
bSelectOnFocus[edit]
Type: bool
bShowCaret[edit]
Type: bool
CaretOffset[edit]
Type: int
LastDrawTime[edit]
Type: float
MaxLength[edit]
Type: int
NotifyOwner[edit]
Type: UWindowDialogControl
Offset[edit]
Type: float
Value[edit]
Type: string
Value2[edit]
Type: string
Instance functions[edit]
Backspace[edit]
Clear[edit]
Click[edit]
Overrides: UWindowWindow.Click
Close[edit]
Overrides: UWindowWindow.Close
Created[edit]
Overrides: UWindowDialogControl.Created
Delete[edit]
DoubleClick[edit]
Overrides: UWindowWindow.DoubleClick
FocusOtherWindow[edit]
Overrides: UWindowWindow.FocusOtherWindow
GetValue[edit]
GetValue2[edit]
Insert[edit]
KeyDown[edit]
Overrides: UWindowDialogControl.KeyDown
KeyFocusEnter[edit]
Overrides: UWindowDialogControl.KeyFocusEnter
KeyFocusExit[edit]
Overrides: UWindowDialogControl.KeyFocusExit
KeyType[edit]
Overrides: UWindowWindow.KeyType
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MoveEnd[edit]
MoveHome[edit]
MoveLeft[edit]
MoveRight[edit]
Notify[edit]
Overrides: UWindowDialogControl.Notify
Paint[edit]
Overrides: UWindowWindow.Paint