Click or drag to resize

EditorTypeAttributeType Property

Type of the editor which provide GUI to edit an test object.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Type Type { get; set; }

Property Value

Type: Type
The type, must be an sub class of ModernContent. This type must have a constructor contains two arguments.
See Also