WinList.IsCheckedList Property

Gets a value that indicates whether this list is a checked list.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsCheckedList As Boolean
public virtual bool IsCheckedList { get; }
public:
virtual property bool IsCheckedList {
    bool get ();
}
abstract IsCheckedList : bool with get 
override IsCheckedList : bool with get
function get IsCheckedList () : boolean

Property Value

Type: Boolean
true if this list is a checked list; otherwise, false.

.NET Framework Security

See Also

Reference

WinList Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace