Skip to main content

VisRadioListBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)

public class VisRadioListBox : VisListBoxBase

Constructors

Instance memberVisRadioListBox()

Default Constructor.

Properties

Instance memberSelectionMode

SelectionMode: Override the SelectionMode property to force SelectionMode.MultiSimple over MultiExtended. (Default: One)

Methods

Instance memberAdd(sText, bSelect)

Adds a new item to the list.

ParameterTypeDescription
sTextSalString
bSelectSalBoolean

Returns: SalNumber.

Instance memberAddValue(sText, bSelect, nValue)

nIndex AddValue( sText, bSelect, nValue )

ParameterTypeDescription
sTextSalString
bSelectSalBoolean
nValueSalNumber

Returns: SalNumber.

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisRadioListBox.

Instance memberInsert(nIndex, sText, bSelect)

Inserts a new item to the list at the specified index.

ParameterTypeDescription
nIndexSalNumber
sTextSalString
bSelectSalBoolean

Returns: SalNumber.

Instance memberInsertValue(nIndex, sText, bSelect, nValue)

nIndex InsertValue( nIndex, sText, bSelect, nValue )

ParameterTypeDescription
nIndexSalNumber
sTextSalString
bSelectSalBoolean
nValueSalNumber

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow