Devolutions Utils reference library
WindowUtils Class
NamespacesDevolutions.UtilsWindowUtils
This class contains some Window Handle utility functions not related directly to WinForms.
Declaration Syntax
C#Visual BasicVisual C++
public static class WindowUtils
Public NotInheritable Class WindowUtils
public ref class WindowUtils abstract sealed
Members
All MembersMethods



IconMemberDescription
FlashWindow(IntPtr)
Flash a window in the Windows task bar

ForceForegroundWindow(IntPtr)
Open a Window and bring it to front

GetWindowIcon(IntPtr)
Return a the Window icon

GetWindowText(IntPtr)
Return the Window form title

LockWindowUpdate(Form)
Stop the Form from refreshing (repainting)

UnlockWindowUpdate()()()
Restart the Form refresh (repainting)

Inheritance Hierarchy
Object
WindowUtils

Assembly: Devolutions.Utils (Module: Devolutions.Utils)