Share via


TaskForm.CanAccept Property

Definition

When overridden in a derived class, gets a value indicating whether the form can accept changes.

protected:
 virtual property bool CanAccept { bool get(); };
protected virtual bool CanAccept { get; }
member this.CanAccept : bool
Protected Overridable ReadOnly Property CanAccept As Boolean

Property Value

true if the TaskForm can accept changes; otherwise, false. The base-class implementation returns true.

Applies to