FormDataSource.allowDelete Method
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.
Overloads
allowDelete() | |
allowDelete(Boolean) |
allowDelete()
public:
virtual bool allowDelete();
public virtual bool allowDelete ();
abstract member allowDelete : unit -> bool
override this.allowDelete : unit -> bool
Public Overridable Function allowDelete () As Boolean
Returns
Applies to
allowDelete(Boolean)
public:
virtual bool allowDelete(bool _value);
public virtual bool allowDelete (bool _value);
abstract member allowDelete : bool -> bool
override this.allowDelete : bool -> bool
Public Overridable Function allowDelete (_value As Boolean) As Boolean
Parameters
- _value
- Boolean