isAgentryDisplayingLabel() method

Called to ask if Agentry should handle displaying the label.

Syntax

public boolean isAgentryDisplayingLabel ()

Returns

true if the Agentry should handle displaying the label, false if the extension will handle displaying the label

Usage

If this method returns true, Agentry will handle displaying the label, including hyperlink functionality. If this method returns false, the extension takes responsibility for the label (and is free to just not bother with it).

By default, the extension is responsible for displaying the label.