Gets the display name for the category this window should be grouped within.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected abstract string CategoryDisplayName { get; }
Visual Basic
Protected MustOverride ReadOnly Property CategoryDisplayName As String
	Get

Remarks

This value is displayed to the user in the "Pages" dialog.

See Also