Partager via


IApplicationUI.SetRedraw(Boolean) Method

Definition

Enables/Disables redrawing of the hosted application panels to make the UI look cleaner when redrawing many items.

public:
 void SetRedraw(bool redraw);
public void SetRedraw (bool redraw);
abstract member SetRedraw : bool -> unit
Public Sub SetRedraw (redraw As Boolean)

Parameters

redraw
Boolean

True to redraw UI, otherwise false.

Applies to