TreeRetainSelState - AbstractTreeView
Determines if item will still visibly indicate that it was the focused item, whenever this object loses the focus
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer TreeRetainSelState
| Access Type | Syntax |
|---|---|
| Read Access: | Get TreeRetainSelState to IntegerVariable |
| Write Access: | Set TreeRetainSelState to IntegerVariable/Value |
Description
In its default state, whenever this object loses the focus, the currently selected item will lose its focus highlight. By setting this property to true, the current item will still visibly indicate that it was the focused item, whenever this object loses the focus.
Default is True.