Skip to main content

TcxShellTreeRoot Class

Stores starting folder settings for the TcxShellTreeView control.

Declaration

TcxShellTreeRoot = class(
    TcxCustomShellRoot
)

Remarks

The TcxShellTreeView class has members that allow you to do the following:

  • Switch between Windows Desktop, My Computer, My Documents, and other starting locations in Windows Shell (BrowseFolder).
  • Specify the custom folder as the starting location (CustomPath).
  • Identify the current starting location (CurrentPath).

The TcxCustomShellTreeView.Root property references a TcxShellTreeRoot object.

Inheritance

See Also