Removes all fields of the type Application
public void Clear(bool keepText);
Public Sub Clear(ByVal keepText As Boolean)
Parameter | Description |
---|---|
keep |
If this parameter is set to true, all fields are removed without deleting their visible text. Otherwise, the visible text is also deleted. |