VisRadioListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
- C#
- VB.NET
public class VisRadioListBox : VisListBoxBase
Public Class VisRadioListBox
Inherits VisListBoxBase
Constructors
VisRadioListBox()
Default Constructor.
Methods
Add(sText, bSelect)
Adds a new item to the list.
| Parameter | Type | Description |
|---|---|---|
| sText | SalString | |
| bSelect | SalBoolean |
Returns: SalNumber.
AddValue(sText, bSelect, nValue)
nIndex AddValue( sText, bSelect, nValue )
| Parameter | Type | Description |
|---|---|---|
| sText | SalString | |
| bSelect | SalBoolean | |
| nValue | SalNumber |
Returns: SalNumber.
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: VisRadioListBox.
Insert(nIndex, sText, bSelect)
Inserts a new item to the list at the specified index.
| Parameter | Type | Description |
|---|---|---|
| nIndex | SalNumber | |
| sText | SalString | |
| bSelect | SalBoolean |
Returns: SalNumber.
InsertValue(nIndex, sText, bSelect, nValue)
nIndex InsertValue( nIndex, sText, bSelect, nValue )
| Parameter | Type | Description |
|---|---|---|
| nIndex | SalNumber | |
| sText | SalString | |
| bSelect | SalBoolean | |
| nValue | SalNumber |
Returns: SalNumber.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |