次の方法で共有


DesktopApplicationUIBase.SetRedraw(Boolean) Method

Definition

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

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

Parameters

redraw
Boolean

True to redraw UI, otherwise false.

Implements

Applies to