UtilUIAutomationGetScrollbars(IWin32Window) Method
Gets a value indicating which are the visible ScrollBars 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 ScrollBars GetScrollbars(
IWin32Window window
)
Public Shared Function GetScrollbars (
window As IWin32Window
) As ScrollBars
Dim window As IWin32Window
Dim returnValue As ScrollBars
returnValue = UtilUIAutomation.GetScrollbars(window)
public:
static ScrollBars GetScrollbars(
IWin32Window^ window
)
static member GetScrollbars :
window : IWin32Window -> ScrollBars
No code example is currently available or this language may not be supported.
- window IWin32Window
-
The window to retrieve their visible ScrollBars.
ScrollBars
The visible ScrollBar(s).
This is a code example.
No code example is currently available or this language may not be supported.
Dim scrollBars As ScrollBars = GetScrollbars(window)
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.