Partager via


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

  • 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