UtilUIAutomationShowScrollBar(IWin32Window, ScrollBars) Method
Shows 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 ShowScrollBar(
IWin32Window window,
ScrollBars scrollBars
)
Public Shared Function ShowScrollBar (
window As IWin32Window,
scrollBars As ScrollBars
) As Boolean
Dim window As IWin32Window
Dim scrollBars As ScrollBars
Dim returnValue As Boolean
returnValue = UtilUIAutomation.ShowScrollBar(window,
scrollBars)
public:
static bool ShowScrollBar(
IWin32Window^ window,
ScrollBars scrollBars
)
static member ShowScrollBar :
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.
ShowScrollBar(window, 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.