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
override IsCheckedList : bool
function get IsCheckedList () : boolean
Property Value
Type: System.Boolean
true if this list is a checked list; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace