Gets the main content to be displayed in the secure input window displayed to the user.

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