VisRadioListBox

PPJ.Runtime.Vis.VisRadioListBox

Namespace: PPJ.Runtime.Vis

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

public class VisRadioListBox : VisListBoxBase

Constructors

Default Constructor.

Methods

Adds a new item to the list.

Returns: SalNumber.

nIndex AddValue( sText, bSelect, nValue )

Returns: SalNumber.

Returns the control associated with the handle.

Returns: VisRadioListBox.

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

Returns: SalNumber.

nIndex InsertValue( nIndex, sText, bSelect, nValue )

Returns: SalNumber.

Implements

Last updated