Form.autoCacheUpdate Method

Definition

Overloads

autoCacheUpdate()
autoCacheUpdate(Boolean)

autoCacheUpdate()

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

Returns

Applies to

autoCacheUpdate(Boolean)

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

Parameters

_value
Boolean

Returns

Applies to