InputFieldInteger

Description

sealed class Tinman.Engine.GUI.Components.InputFieldInteger

Derived from

InputFieldRangeGeneric<int64, RangeL> abstract

An input field for integer values.

Public / Constructors

Input​Field​Integer


public constructor InputFieldInteger → (4)

editable opt : int32 = 1

Initial value for InputField.Editable.

textMeasureWidth opt : string = null

Initial value for TextComponent.TextMeasure.

unit opt : string = null

Initial value for IInputField.Unit.

format opt : FormatFlags = FormatFlags.Default

Initial value for ValueFormat.

Creates a new instance of InputFieldInteger.

Public / Attributes

Value​Format


public attribute ValueFormat → (get,set)

value : FormatFlags

The value format.

The value format to use.