Click or drag to resize

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; }

Property Value

Type: Boolean
true 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