UtilUIAutomationHideScrollBar(IWin32Window, ScrollBars) Method
Hides the specified scrollbar of 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 HideScrollBar(
IWin32Window window,
ScrollBars scrollBars
)
Public Shared Function HideScrollBar (
window As IWin32Window,
scrollBars As ScrollBars
) As Boolean
Dim window As IWin32Window
Dim scrollBars As ScrollBars
Dim returnValue As Boolean
returnValue = UtilUIAutomation.HideScrollBar(window,
scrollBars)
public:
static bool HideScrollBar(
IWin32Window^ window,
ScrollBars scrollBars
)
static member HideScrollBar :
window : IWin32Window *
scrollBars : ScrollBars -> bool
No code example is currently available or this language may not be supported.
- window IWin32Window
-
The window.
- 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(window, 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.