AbstractTestItemIsExpanded Property |
Gets or sets a value indicating whether this item is extended in its Visual Tree.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsExpanded { get; set; }
<DataMemberAttribute>
Public Property IsExpanded As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsExpanded {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsExpanded : bool with get, set
Property Value
Type:
Booleantrue if this instance is extended; otherwise,
false.
Remarks
This property is only used by the automated test editor, where the item should be extended or collapsed in the tree view. It's value will not affect the test result.
See Also