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 |
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