API ReferenceSandbox.UI

NumberEntryclass

Like TextEntry, except just for numbers

objectTextEntryNumberEntry
Namespace
Sandbox.UI
Assembly
Base Library
Declaration
public class Sandbox.UI.NumberEntry : Sandbox.UI.TextEntry

Constructors2

Showing 2 constructors

Methods6

Showing 6 methods

protected virtual void OnDragSelect(Sandbox.UI.SelectionEvent e)PROTECTEDVIRTUAL

Selection is driven from the surface rather than through mouse events, so stopping those isn't enough - a scrub would drag-select the text underneath it too.

ParameterTypeDescription
eSelectionEvent
Returns:void

On this page