Gets the content of the window in the form of a Windows Forms Control or a Windows Presentation Foundation Control.

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

Syntax

C#
public abstract Object Content { get; }
Visual Basic
Public MustOverride ReadOnly Property Content As Object
	Get

Return Value

A Windows Forms Control or a Windows Presentation Foundation Control.

Implements

IWindow..::..Content

See Also