UtilUIAutomationHideScrollBar(Control, ScrollBars) Method
Hides 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 HideScrollBar(
Control ctrl,
ScrollBars scrollBars
)
Public Shared Function HideScrollBar (
ctrl As Control,
scrollBars As ScrollBars
) As Boolean
Dim ctrl As Control
Dim scrollBars As ScrollBars
Dim returnValue As Boolean
returnValue = UtilUIAutomation.HideScrollBar(ctrl,
scrollBars)
public:
static bool HideScrollBar(
Control^ ctrl,
ScrollBars scrollBars
)
static member HideScrollBar :
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.
HideScrollBar(ListView1, ScrollBars.Horizontal)
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.