WpfDesktopApplicationUI.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:
override void SetRedraw(bool redraw);
public override void SetRedraw (bool redraw);
override this.SetRedraw : bool -> unit
Public Overrides Sub SetRedraw (redraw As Boolean)
Parameters
- redraw
- Boolean
True
to redraw UI, otherwise false
.