
Initializes a new instance of the IfField class.
[C#]
public IfField() : base() { }
public IfField(ApplicationField appField) : base(appField)
[Visual Basic]
Public Sub New()
Public Sub New(ByVal appField As ApplicationField)
| Parameter | Description | |
| appField | Specifies the to be adapted ApplicationField. |