Methods
- Focus() Focuses the control.
Properties
- Cursor Gets or sets the associated mouse cursor.
- Focusable Gets or sets a value indicating whether the control can receive keyboard focus.
-
Is
Enabled Gets or sets a value indicating whether the control is enabled for user interaction. -
Is
Enabled Gets a value indicating whether the control is effectively enabled for user interaction.Core -
Is
Focused Gets a value indicating whether the control is focused. -
Is
Hit Gets a value indicating whether the control is considered for hit testing.Test Visible -
Is
Pointer Gets a value indicating whether the pointer is currently over the control.Over -
Key
Bindings Gets the key bindings for the element.
Events
-
Got
Focus Occurs when the control receives focus. -
Key
Down Occurs when a key is pressed while the control has focus. -
Key
Up Occurs when a key is released while the control has focus. -
Lost
Focus Occurs when the control loses focus. -
Pointer
Enter Occurs when the pointer enters the control. -
Pointer
Leave Occurs when the pointer leaves the control. -
Pointer
Moved Occurs when the pointer moves over the control. -
Pointer
Pressed Occurs when the pointer is pressed over the control. -
Pointer
Released Occurs when the pointer is released over the control. -
Pointer
Wheel Occurs when the mouse wheen is scrolled over the control.Changed -
Text
Input Occurs when a user typed some text while the control has focus.