TdxCustomShellTreeView.OptionsSelection Property
In This Article
Provides access to selection-related settings.
#Declaration
Delphi
property OptionsSelection: TdxShellTreeViewControlOptionsSelection read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores selection settings for the Shell Tree View control. |
#Remarks
Use the OptionsSelection
property to customize selection settings. For example, you can set the OptionsSelection
.HideSelection property to False
to highlight node selection when the Shell Tree View control has no focus.
Refer to the TdxShellTreeViewControlOptionsSelection class description for detailed information on available options.
See Also