Share via


RadioTableItem Constructor

 

Initializes a new instance of the RadioTableItem class.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Overload List

Name Description
System_CAPS_pubmethod RadioTableItem(String, Int32)

Initializes a new instance of the RadioTableItem class with the name and the choice number for the radio table item.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod RadioTableItem(String, Int32, String)

Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item.

System_CAPS_pubmethod 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.

See Also

RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top