UtilUIAutomationIsHorizontalScrollVisible(Control) Method
Determines whether an Horizontal Scrollbar its shown in a Control.
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(
Control ctrl
)
Public Shared Function IsHorizontalScrollVisible (
ctrl As Control
) As Boolean
Dim ctrl As Control
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsHorizontalScrollVisible(ctrl)
public:
static bool IsHorizontalScrollVisible(
Control^ ctrl
)
static member IsHorizontalScrollVisible :
ctrl : Control -> bool
No code example is currently available or this language may not be supported.
- ctrl Control
-
The Control.
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(ListView1)
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.