Gets a value indicating the state of the form.

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

Syntax

C#
bool IsValid { get; }
Visual Basic
ReadOnly Property IsValid As Boolean
	Get

Return Value

trueTruetruetrue (True in Visual Basic) if the data is valid and the user may proceed, falseFalsefalsefalse (False in Visual Basic) if the user is not allowed to proceed with the secure input form.

See Also