Back to Devexpress

XtraForm.IsAllowSmartMouseWheel(Control, MouseEventArgs) Method

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-dot-isallowsmartmousewheel-x28-system-dot-windows-dot-forms-dot-control-system-dot-windows-dot-forms-dot-mouseeventargs-x29.md

latest1.6 KB
Original Source

XtraForm.IsAllowSmartMouseWheel(Control, MouseEventArgs) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static bool IsAllowSmartMouseWheel(
    Control control,
    MouseEventArgs e
)
vb
Public Shared Function IsAllowSmartMouseWheel(
    control As Control,
    e As MouseEventArgs
) As Boolean

Parameters

NameType
controlControl
eMouseEventArgs

Returns

Type
Boolean

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace