UtilUIAutomationIsHorizontalScrollVisible(IWin32Window) Method
Determines whether an Horizontal 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 IsHorizontalScrollVisible(
IWin32Window window
)
Public Shared Function IsHorizontalScrollVisible (
window As IWin32Window
) As Boolean
Dim window As IWin32Window
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsHorizontalScrollVisible(window)
public:
static bool IsHorizontalScrollVisible(
IWin32Window^ window
)
static member IsHorizontalScrollVisible :
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 isHScrollBarVisible As Boolean = IsHorizontalScrollVisible(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.