Skip to content

pbEnableInfoTips - AbstractTreeView

Enables the use of info tips for items

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbEnableInfoTips
Access Type Syntax
Read Access: Get pbEnableInfoTips to BooleanVariable
Write Access: Set pbEnableInfoTips to BooleanVariable/Value

Description

Enables the use of info tips for TreeView items. When True, the event OnGetInfoTip is called to get an info tip when the user hovers over a TreeView item.

Sample

This sample shows how to enable the use of info tips in a TreeView.

Set pbEnableInfoTips to True