TdxShellTreeViewControlOptionsBehavior Class
Stores Shell Tree View behavior settings.
Declaration
TdxShellTreeViewControlOptionsBehavior = class(
TdxTreeViewCustomOptionsBehavior
)
Remarks
The TdxShellTreeViewControlOptionsBehavior
class has members that allow you to do the following:
- Specify if a click on a node expands it (AutoExpand).
- Disable OLE drag-and-drop operations (AllowDragAndDrop).
- Prevent users from renaming shell items (CaptionEditing).
- Specify a delay between a user action and the corresponding selection state change (ChangeDelay).
- Highlight hot-tracked nodes (HotTrack).
- Hide or display node tooltips (ToolTips).
- Protect nodes from accidental changes (ReadOnly).
A Shell Tree View control’s OptionsBehavior property references a TdxShellTreeViewControlOptionsBehavior
object.
Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsBehavior
TdxShellTreeViewControlOptionsBehavior
See Also