UtilUIAutomationShowScrollBar(Control, ScrollBars) Method
Shows the specified scrollbar of 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 ShowScrollBar(
Control ctrl,
ScrollBars scrollBars
)
Public Shared Function ShowScrollBar (
ctrl As Control,
scrollBars As ScrollBars
) As Boolean
Dim ctrl As Control
Dim scrollBars As ScrollBars
Dim returnValue As Boolean
returnValue = UtilUIAutomation.ShowScrollBar(ctrl,
scrollBars)
public:
static bool ShowScrollBar(
Control^ ctrl,
ScrollBars scrollBars
)
static member ShowScrollBar :
ctrl : Control *
scrollBars : ScrollBars -> bool
No code example is currently available or this language may not be supported.
- ctrl Control
-
The Control.
- scrollBars ScrollBars
-
The scrollbar(s) to be shown.
Boolean If the function succeeds,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
ShowScrollBar(ListView1, ScrollBars.Both)
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.