WpfMenuItem.Checked Property

Gets or sets a value that indicates whether this menu item is checked.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property Checked As Boolean
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)

Property Value

Type: Boolean
true if this menu item is checked; otherwise, false.

.NET Framework Security

See Also

Reference

WpfMenuItem Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace