Skip to main content

TcxShellOptions.TrackShellChanges Property

Specifies if the shell control tracks changes in Windows Shell made by another application or process.

Declaration

property TrackShellChanges: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, the shell control automatically tracks all changes in Windows Shell. If False, the shell control ignores external shell changes.

Remarks

If the TrackShellChanges property is set to True, the shell control instantly reflects external changes applied to Windows Shell (by Windows Explorer, for example).

Handle the shell control’s OnShellChange event to determine the event that made a change in Windows Shell.

The TrackShellChanges property’s default value is True.

See Also