TiSwitchRotary.MouseControlStyle

TiSwitchRotary See Also

Specifies the mouse control style.

type TiRotaryMouseControlStyle = (irmcsRotate, irmcsGoto);

property MouseControlStyle : TiRotaryMouseControlStyle;

Description

Use MouseControlStyle to read or change the mouse control style.

These are the possible values:

Value
Meaning
irmcsRotate
The user must rotate the switch to change position.
irmcsGoto
The position will change to the position the user clicks on.

Example

Delphi

iComponent.MouseControlStyle := irmcsGoto;

C++ Builder

iComponent->MouseControlStyle = irmcsGoto;

Contents | Index | Previous | Next