Returns whether the key is active. Returns whether this text search key is being applied.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual bool IsActive()
Visual Basic
Public Overridable Function IsActive As Boolean
Visual C++
public:
virtual bool IsActive()

Return Value

true if the key is being applied, and false if it is not.

See Also