WpfDesktopApplicationUI.SetRedraw Method
Enables/Disables redrawing of the hosted application panels to make the UI look cleaner when redrawing many items.
Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)
Usage
'Usage
Dim instance As WpfDesktopApplicationUI
Dim redraw As Boolean
instance.SetRedraw(redraw)
Syntax
'Declaration
Public Overrides Sub SetRedraw ( _
redraw As Boolean _
)
public override void SetRedraw (
bool redraw
)
public:
virtual void SetRedraw (
bool redraw
) override
public void SetRedraw (
boolean redraw
)
public override function SetRedraw (
redraw : boolean
)
Parameters
- redraw
True to redraw UI, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WpfDesktopApplicationUI Class
WpfDesktopApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.