Aracılığıyla paylaş


WinMenuItem.Checked Özellik

Alır veya bu menü öğesinin işaretli 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 Checked As Boolean
    Get
    Set
public virtual bool Checked { get; set; }
public:
virtual property bool Checked {
    bool get ();
    void set (bool value);
}
abstract Checked : bool with get, set
override Checked : bool with get, set
function get Checked () : boolean
function set Checked (value : boolean)

Özellik Değeri

Tür: System.Boolean
true Bu menü öğesinin işaretli değilse; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WinMenuItem Sınıf

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