WinList.IsSmallIconView Property

Gets a value that indicates whether this list is in small icon-view.

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

Syntax

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

Property Value

Type: System.Boolean
true if this list is in small icon-view; otherwise, false.

.NET Framework Security

See Also

Reference

WinList Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace