Gets the form used for this action.

Namespace:  FreeFlow.Client
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public Form Form { get; }
Visual Basic (Declaration)
Public ReadOnly Property Form As Form
Visual C++
public:
property Form^ Form {
	Form^ get ();
}

See Also