TcxCustomShellTreeView.UpdateContent Method
Updates content of the Shell Tree View control.
Declaration
procedure UpdateContent;
Remarks
Call the UpdateContent
procedure to update content displayed in the control if Windows Shell was changed by an external process or application when the Shell Tree View control does not track external Windows Shell changes (that is, when the Options.TrackShellChanges property is set to False
).
See Also