TaskForm.CanAccept Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.