TiSwitchToggle.DragToToggle
TiSwitchToggle See Also
Specifies whether the user must drag the switch to toggle.
property DragToToggle : Boolean;
Description
Use DragToToggle to specify whether the user must drag the switch to toggle.
Example
Delphi
iComponent.DragToToggle := True;
C++ Builder
iComponent->DragToToggle = True;
Contents | Index | Previous | Next