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