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