Vcl.WinXCtrls.TCustomToggleSwitch.FClicksDisabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FClicksDisabled: Boolean;

C++

bool FClicksDisabled;

Properties

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

Description

Indicates whether this control processes mouse clicks.

This field is used internally during the toggle switch state changes.

See Also