Backwards-compatible alias for OnDown. Do not register both unless both callbacks should run.
Fires when the captured keyboard, mouse, or HID trigger activates.
Fires on keyboard/mouse release after this capture activated. HID captures do not emit generic release events.
Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Updates the element's display text when the element has a label.
Merges supported renderer style properties into the element; unsupported keys are ignored.
Returns the current value of the element.
Validates and normalizes the value for this control, persists it, and triggers OnChange with the normalized value. A wrong type or invalid constrained value throws without changing storage.
Registers a callback that fires whenever the user changes the value.
A hotkey capture element that displays the currently bound trigger and lets the user rebind it by pressing a new keyboard, mouse, or HID device event.