DesktopApplicationUIBase.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
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As DesktopApplicationUIBase
Dim redraw As Boolean
instance.SetRedraw(redraw)
Syntax
'Declaration
Public MustOverride Sub SetRedraw ( _
redraw As Boolean _
)
public abstract void SetRedraw (
bool redraw
)
public:
virtual void SetRedraw (
bool redraw
) abstract
public abstract void SetRedraw (
boolean redraw
)
public abstract 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
DesktopApplicationUIBase Class
DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.