property PropertiesList.AllowTooltip as Boolean
Specifies whether the control displays a tooltip when the string value is too long.

TypeDescription
Boolean A boolean expression that indicates whether the property's tooltip is enabled or disabled.

By default, the AllowTooltip is False. If the AllowToolTip property is True, the control displays the property's tooltip if the property's name or property's value is partially visible and the cursor is over the property. Use the ToolTipDelay property to specify the time in ms that passes before the ToolTip appears. Use the ToolTip property to assign a custom tooltip to a property, that's displayed no matter if the property's name is partially visible.