Form Property
Gets the Form to which the field is assigned.
Syntax
| Language | Syntax |
|---|---|
| C# | Form Form { get; } |
| Visual Basic (Declaration) | ReadOnly Property Form As Form |
| Visual C++ | property Form Form^ { Form^ get (); } |
Field Value
The Form object that the field is assigned to.