DesktopApplicationUIBase.SetRedraw(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.
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
.