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

Determines the text that will be displayed within the current tool tip.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
C# 
public string Text {get; set;}

Property Value

String

Remarks

Assigning a new value to this property within the event will change the text in the current tool tip.

Requirements

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

See Also