VisRadioListBox
PPJ.Runtime.Vis.VisRadioListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
public class VisRadioListBox : VisListBoxBase
Constructors
VisRadioListBox()

Default Constructor.
Methods
Add(sText, bSelect)

Adds a new item to the list.
Parameter
Type
Description
Returns: SalNumber.
AddValue(sText, bSelect, nValue)

nIndex AddValue( sText, bSelect, nValue )
Parameter
Type
Description
Returns: SalNumber.
FromHandle(hWnd)

Returns the control associated with the handle.
Parameter
Type
Description
Returns: VisRadioListBox.
Insert(nIndex, sText, bSelect)

Inserts a new item to the list at the specified index.
Parameter
Type
Description
Returns: SalNumber.
InsertValue(nIndex, sText, bSelect, nValue)

nIndex InsertValue( nIndex, sText, bSelect, nValue )
Parameter
Type
Description
Returns: SalNumber.
Implements
Name
Description
Last updated