UtilUIAutomationIsVerticalScrollVisible(IWin32Window) Method
Determines whether a Vertical Scrollbar its shown in a window.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsVerticalScrollVisible(
IWin32Window window
)
Public Shared Function IsVerticalScrollVisible (
window As IWin32Window
) As Boolean
Dim window As IWin32Window
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsVerticalScrollVisible(window)
public:
static bool IsVerticalScrollVisible(
IWin32Window^ window
)
static member IsVerticalScrollVisible :
window : IWin32Window -> bool
No code example is currently available or this language may not be supported.
- window IWin32Window
-
The window.
Boolean if vertical scrollbar its shown; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isVScrollBarVisible As Boolean = IsVerticalScrollVisible(window)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.