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

Determines if the control should use the advanced tool tip.

Syntax

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

Property Value

Boolean

Remarks

This property is only valid if ToolTipPosition Property is set to something other than None.

Requirements

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

See Also