ICustomAgentryControl interface

The third-party custom control must implement this interface in order to provide the Agentry client with specific information about how it should operate.

Visual Basic syntax

Public Interface ICustomAgentryControl

C# syntax

public interface ICustomAgentryControl

Members

All members of ICustomAgentryControl, including inherited members.

Methods
Modifier and Type Method Description
public string GetExtensionString(string) Return the value of the passed key for this custom control.
Properties
Modifier and Type Property Description
public bool ClientDisplaysLabel Return a flag indicating if the client should display this control's label text.
public bool ClientDisplaysValidationError Return a flag indicating if the client should display this control's validation error message.