UtilUIAutomationGetScrollbars(Control) Method
Gets a value indicating which are the visible ScrollBars 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 ScrollBars GetScrollbars(
Control ctrl
)
Public Shared Function GetScrollbars (
ctrl As Control
) As ScrollBars
Dim ctrl As Control
Dim returnValue As ScrollBars
returnValue = UtilUIAutomation.GetScrollbars(ctrl)
public:
static ScrollBars GetScrollbars(
Control^ ctrl
)
static member GetScrollbars :
ctrl : Control -> ScrollBars
No code example is currently available or this language may not be supported.
- ctrl Control
-
The control 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(TextBox1)
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.