Vcl.WinXCtrls.TCustomToggleSwitch.FUsingMouse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FUsingMouse: Boolean;

C++

bool FUsingMouse;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch

Description

Indicates that the toggle switch is being manipulated with the mouse instead of the keyboard.

See Also