public static bool IsWindowTotallyVisible(
IntPtr hWnd
)
Public Shared Function IsWindowTotallyVisible (
hWnd As IntPtr
) As Boolean
Dim hWnd As IntPtr
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsWindowTotallyVisible(hWnd)
public:
static bool IsWindowTotallyVisible(
IntPtr hWnd
)
static member IsWindowTotallyVisible :
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.IsWindowTotallyVisible(System.IntPtr)"]