This class contains some Window Handle utility functions not related directly to WinForms.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public static class WindowUtils
Public NotInheritable Class WindowUtils
public ref class WindowUtils abstract sealed
Members| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
![]() ![]() | 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)


