Aracılığıyla paylaş


WinRadioButton.Selected Özellik

Alır veya bu radyo düğmesi denetimi seçili olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
Public Overridable Property Selected As Boolean
    Get
    Set
public virtual bool Selected { get; set; }
public:
virtual property bool Selected {
    bool get ();
    void set (bool value);
}
abstract Selected : bool with get, set
override Selected : bool with get, set
function get Selected () : boolean
function set Selected (value : boolean)

Özellik Değeri

Tür: System.Boolean
true Bu radyo düğmesi seçilirse; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WinRadioButton Sınıf

Microsoft.VisualStudio.TestTools.UITesting.WinControls Ad Alanı