RadioTableItem Constructor (String, Int32, String)
Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public RadioTableItem(
string name,
int choice,
string data
)
public:
RadioTableItem(
String^ name,
int choice,
String^ data
)
Public Sub New (
name As String,
choice As Integer,
data As String
)
Parameters
name
Type: System.StringThe name of the radio table item.
choice
Type: System.Int32The choice number of the radio table item.
data
Type: System.StringThe data for the radio table item.
See Also
RadioTableItem Overload
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top