RadioTableItem Constructor
Initializes a new instance of the RadioTableItem class.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Name | Description | |
---|---|---|
RadioTableItem(String, Int32) | Initializes a new instance of the RadioTableItem class with the name and the choice number for the radio table item. |
|
RadioTableItem(String, Int32, Image) | Initializes a new instance of the RadioTableItem class with the name, choice number, data, and icon for the radio table item. |
|
RadioTableItem(String, Int32, String) | Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item. |
|
RadioTableItem(String, Int32, String, Image) | Initializes a new instance of the RadioTableItem class with the name, choice number, data, and icon for the radio table item. |
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top