Skip to main content

TdxCustomShellTreeView Class

The base class for the Shell Tree View control.

Declaration

TdxCustomShellTreeView = class(
    TdxCustomTreeView,
    IDropTarget,
    IcxShellDependedControls,
    IcxShellRoot
)

Remarks

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

Do not use the TdxCustomShellTreeView class directly. Use its descendant instead.

See Also