Skip to main content
Version: 2025

VisRadioListBox

Namespace: PPJ.Runtime.Vis

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

public class VisRadioListBox : VisListBoxBase

Constructors

Instance memberVisRadioListBox()

Default Constructor.

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(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

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