TcxDlgShellOptions.TrackShellChanges Property
Determines whether the shell changes are tracked via a shell control.
Declaration
property TrackShellChanges: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the TrackShellChanges to specify whether the shell changes are tracked via a shell control. If this property value is True, then the changes applied to the shell outside of a shell control (for instance, via the Windows Explorer) are instantly reflected by a shell control.
The default value of the TrackShellChanges property is True.
See Also