VisRadioListBox

PPJ.Runtime.Vis.VisRadioListBox

Namespace: PPJ.Runtime.Vis

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

public class VisRadioListBox : VisListBoxBase

Constructors

Default Constructor.

Properties

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

Methods

Adds a new item to the list.

ParameterTypeDescription

sText

bSelect

Returns: SalNumber.

nIndex AddValue( sText, bSelect, nValue )

ParameterTypeDescription

sText

bSelect

nValue

Returns: SalNumber.

Returns the control associated with the handle.

ParameterTypeDescription

handle

Returns: VisRadioListBox.

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

ParameterTypeDescription

nIndex

sText

bSelect

Returns: SalNumber.

nIndex InsertValue( nIndex, sText, bSelect, nValue )

ParameterTypeDescription

nIndex

sText

bSelect

nValue

Returns: SalNumber.

Implements

Last updated