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

Determines where the top left corner of the current tool tip will be.

Syntax

Visual Basic (Declaration) 
Public Property Location As Point
C# 
public Point Location {get; set;}

Property Value

Point

Remarks

Assigning a new value to this property within the event will change the location of the top left corner of the current tool tip.

Requirements

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

See Also