LabelAndTextBox


THIS CONTROL TYPE IS DEPRECATED. PLEASE USE TextBox INSTEAD!

Description

A combination control that holds a label on the left with a text field on the right.

Keys


  • Label – Display text for label field
  • Value – Default value for the text field
  • ValueType – the data type for the value
    • String
    • Int
    • DoubleUnit
    • DoubleNoUnit

Example


data = { ControlID="CenterX", ControlType="LabelAndTextBox", Label="X", Value=1.0*25.4, ValueType="DoubleUnit" }