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

This event is raised just before a tooltip is about to be displayed.

Syntax

Visual Basic (Declaration) 
Public Event SetTips As dbiSlide.EventSetTipsHandle
C# 
public event dbiSlide.EventSetTipsHandle SetTips

Event Data

The event handler receives an argument of type SetTipsEventArgs containing data related to this event. The following SetTipsEventArgs properties provide information specific to this event.

PropertyDescription
Value The current value of the control.

Requirements

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

See Also