Share via


WpfStatusBar.Panels Property

Gets a collection of panels in this status bar control.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Panels As UITestControlCollection
public virtual UITestControlCollection Panels { get; }
public:
virtual property UITestControlCollection^ Panels {
    UITestControlCollection^ get ();
}
abstract Panels : UITestControlCollection
override Panels : UITestControlCollection
function get Panels () : UITestControlCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
A collection of panels in this status bar control.

.NET Framework Security

See Also

Reference

WpfStatusBar Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace