Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the UseSystemMouseWheelLineSettings value.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetUseSystemMouseWheelLineSettings ( _
obj As ScrollViewer _
) As Boolean
public static bool GetUseSystemMouseWheelLineSettings(
ScrollViewer obj
)
public:
static bool GetUseSystemMouseWheelLineSettings(
ScrollViewer^ obj
)
static member GetUseSystemMouseWheelLineSettings :
obj:ScrollViewer -> bool
public static function GetUseSystemMouseWheelLineSettings(
obj : ScrollViewer
) : boolean
Parameters
- obj
Type: System.Windows.Controls.ScrollViewer
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.