dbicSlide Send comments on this topic.
Display Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > BeforeAdvancedTipEventArgs Class : Display Property

Dertermines if the current tool tip will be shown to the user.

Syntax

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

Property Value

Boolean

Remarks

Setting this property to false will prevent the tool tip from appearing.

Requirements

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

See Also