Click or drag to resize

CustomObjectViewerIsExtensionVisible Method

According to the value of the object o, determine if this view is visible.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract bool IsExtensionVisible(
	Object o
)

Parameters

o
Type: SystemObject
the object will be passed to this CustomViewExtension

Return Value

Type: Boolean
True if the extension should be shown, False if the extension should not be shown.
See Also