Partilhar via


xInfo.mayReloadMenu(Boolean) Method

Definition

Prevents the UI from refreshing.

public:
 virtual void mayReloadMenu(bool _value);
public virtual void mayReloadMenu (bool _value);
abstract member mayReloadMenu : bool -> unit
override this.mayReloadMenu : bool -> unit
Public Overridable Sub mayReloadMenu (_value As Boolean)

Parameters

_value
Boolean

A Boolean value that indicates whether to prevent the UI from refreshing.

Remarks

Set the value to false to prevent the UI from refreshing when a process is executing, and then set it to true after the process has finished. The mayReloadMenu method can be useful to prevent the UI from flickering, for example when many nodes in the AOT are being read.

Applies to