Click or drag to resize

HelperRefresh Method

UI refresh method

Namespace:  VMInfoFace.Win
Assembly:  VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public static void Refresh(
	this UIElement uiElement
)

Parameters

uiElement
Type: System.WindowsUIElement

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UIElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also