Partager via


RadioTableItem.Enabled Property

 

Gets or sets a value that indicates whether the radio table item is enabled.

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

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

A Boolean: true if the radio table item is enabled; otherwise, false.

See Also

RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top