public static bool IsWindowVisible(
IntPtr hWnd
)
Public Shared Function IsWindowVisible (
hWnd As IntPtr
) As Boolean
Dim hWnd As IntPtr
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsWindowVisible(hWnd)
public:
static bool IsWindowVisible(
IntPtr hWnd
)
static member IsWindowVisible :
hWnd : IntPtr -> bool
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Core.Diagnostics.Processes.UtilUIAutomation.IsWindowVisible(System.IntPtr)"]