C# Class LORD2.RTChoiceOption

Exibir arquivo Open project: rickparrish/LORD2

Public Properties

Property Type Description
Text string
Visible bool
VisibleIndex int

Public Methods

Method Description
RTChoiceOption ( string text ) : System

Method Details

RTChoiceOption() public method

public RTChoiceOption ( string text ) : System
text string
return System

Property Details

Text public_oe property

public string Text
return string

Visible public_oe property

public bool Visible
return bool

VisibleIndex public_oe property

public int VisibleIndex
return int