Gets the main window content to be displayed in the Interaction Client's user interface.

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

Syntax

C#
Object Content { get; }
Visual Basic
ReadOnly Property Content As Object
	Get

Return Value

Return either a Windows Forms Control or a Windows Presentation Foundation Control. Any other return type will be ignored.

See Also