dbicTips Send comments on this topic.
DisplayTip Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > BeforeTipShowEventArgs Class : DisplayTip Property

Determines if the tooltip will display.

Syntax

Visual Basic (Declaration) 
Public Property DisplayTip As System.Boolean
C# 
public System.bool DisplayTip {get; set;}

Property Value

Boolean

Remarks

Setting this property to false within the event will prevent the tooltip from displaying.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also