xInfo.mayReloadMenu(Boolean) 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.
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.