VisRadioListBox
PPJ.Runtime.Vis.VisRadioListBox
Last updated
PPJ.Runtime.Vis.VisRadioListBox
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Default Constructor.
SelectionMode: Override the SelectionMode property to force SelectionMode.MultiSimple over MultiExtended. (Default: One
)
Adds a new item to the list.
sText
bSelect
Returns: SalNumber.
nIndex AddValue( sText, bSelect, nValue )
sText
bSelect
nValue
Returns: SalNumber.
Returns the control associated with the handle.
handle
Returns: VisRadioListBox.
Inserts a new item to the list at the specified index.
nIndex
sText
bSelect
Returns: SalNumber.
nIndex InsertValue( nIndex, sText, bSelect, nValue )
nIndex
sText
bSelect
nValue
Returns: SalNumber.