HtmlIFrame.Scrollable Property
Gets a value that indicates whether this IFrame control is scrollable.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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 with get
override Scrollable : bool with get
function get Scrollable () : boolean
Property Value
Type: Boolean
true if this IFrame control is scrollable; 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.HtmlControls Namespace