TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class ChoiceOption in Tinman.AddOns.GUI.Components

sealed class ChoiceOption implements ITextProperty

Public / Attributes

Data

public property Data { get set }
type object
value

Enabled

public property Enabled { get set }
type bool
value

Text

The text value.

public property Text { get set }
type string
value The text value. Will be replaced with the empty string when null.
implements ITextProperty.Text

Remarks:

Defaults to the empty string ''.

See also:

StringUtil.IsEmptyOrWhitespace

Public / Constructors

ChoiceOption

public constructor ChoiceOption (string text, object data = null, bool enabled = true)
params text
  data
  enabled