TdxCustomShellTreeView.OptionsBehavior Property
Provides access to Shell Tree View behavior settings.
Declaration
property OptionsBehavior: TdxShellTreeViewControlOptionsBehavior read; write;
Property Value
Type | Description |
---|---|
TdxShellTreeViewControlOptionsBehavior | Stores Shell Tree View behavior settings. |
Remarks
Use the OptionsBehavior
property set to change the way the Shell Tree View control responds to user actions. For example, you can set the OptionsBehavior
.HotTrack property to True
to highlight hot-tracked nodes.
Refer to the TdxShellTreeViewControlOptionsBehavior class description for detailed information on available options.
See Also