UtilUIAutomationIsVerticalScrollVisible(Control) Method
Determines whether a Vertical 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 IsVerticalScrollVisible(
Control ctrl
)
Public Shared Function IsVerticalScrollVisible (
ctrl As Control
) As Boolean
Dim ctrl As Control
Dim returnValue As Boolean
returnValue = UtilUIAutomation.IsVerticalScrollVisible(ctrl)
public:
static bool IsVerticalScrollVisible(
Control^ ctrl
)
static member IsVerticalScrollVisible :
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 isVScrollBarVisible As Boolean = IsVerticalScrollVisible(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.