FMX.ScrollBox.TPresentedFramedVertScrollBox.DisableMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableMouseWheel: Boolean read GetDisableMouseWheel write SetDisableMouseWheel default 0;

C++

__property DisableMouseWheel = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Description

Defines that the control does not have reaction to Mouse-Wheel event.

FMX.ScrollBox.TPresentedFramedVertScrollBox.DisableMouseWheel inherits from FMX.ScrollBox.TCustomPresentedScrollBox.DisableMouseWheel. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.DisableMouseWheel.

Defines that the control does not have reaction to Mouse-Wheel event.

See Also