Click or drag to resize

GlobalCustomObjectEditors Property

Gets the custom object editors.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Dictionary<Type, Type> CustomObjectEditors { get; }

Property Value

Type: DictionaryType, Type
The custom object editors.
See Also