Skip to main content

TdxShellTreeViewControlOptionsSelection Class

Stores Shell Tree View selection settings.

Declaration

TdxShellTreeViewControlOptionsSelection = class(
    TdxTreeViewCustomOptionsSelection
)

Remarks

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

  • Hide or display the highlight effect for the selected node when the Shell Tree View control has no focus (HideSelection).
  • Specify if a right-click on a node selects it (RightClickSelect).
  • Apply the node selection effect to an entire row (RowSelect).

The Shell Tree View control’s OptionsSelection property references a TdxShellTreeViewControlOptionsSelection object.

Inheritance

See Also