Share via


Form.allowPreLoading Method

Definition

Overloads

allowPreLoading(Boolean)
allowPreLoading()

A Boolean value that determines whether a preloaded instance can be used when the associated FormRun instance is created.

allowPreLoading(Boolean)

public:
 virtual bool allowPreLoading(bool _value);
public virtual bool allowPreLoading (bool _value);
abstract member allowPreLoading : bool -> bool
override this.allowPreLoading : bool -> bool
Public Overridable Function allowPreLoading (_value As Boolean) As Boolean

Parameters

_value
Boolean

true if a preloaded instance can be used when the associated FormRun instance is created; otherwise, false.

Returns

Applies to

allowPreLoading()

A Boolean value that determines whether a preloaded instance can be used when the associated FormRun instance is created.

public:
 virtual bool allowPreLoading();
public virtual bool allowPreLoading ();
abstract member allowPreLoading : unit -> bool
override this.allowPreLoading : unit -> bool
Public Overridable Function allowPreLoading () As Boolean

Returns

true if a preloaded instance can be used when the associated FormRun instance is created; otherwise, false.

Applies to