TextBoxInstance.ProcessedWithError Property

Definition

Gets a Boolean value that indicates whether this TextBoxInstance contains errors.

public:
 property bool ProcessedWithError { bool get(); };
public bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public ReadOnly Property ProcessedWithError As Boolean

Property Value

true if this TextBoxInstance contains errors; otherwise, false.

Applies to