HtmlFrame.Scrollable Property

Gets a value that indicates whether this frame control is scrollable.

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

Syntax

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

Property Value

Type: System.Boolean
true if this frame control is scrollable; otherwise, false.

.NET Framework Security

See Also

Reference

HtmlFrame Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace