Share via


RadioTableItem Constructor (String, Int32, Image)

 

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

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

Syntax

public RadioTableItem(
    string name,
    int choice,
    Image icon
)
public:
RadioTableItem(
    String^ name,
    int choice,
    Image^ icon
)
Public Sub New (
    name As String,
    choice As Integer,
    icon As Image
)

Parameters

  • choice
    Type: System.Int32

    The choice number of the radio table item.

See Also

RadioTableItem Overload
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top