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

Determines if the developer wants the control to recalculate the size/location of the current tool tip after the event finishes.

Syntax

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

Property Value

Boolean

Remarks

Assigning a value of true to this event will cause the control to recalculate the size and location of the control based on any changes to the properties within this event.  Any changes that were made to the Size or Location of the tool tip within this event will be overridden when the values are recalculated.

Requirements

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

See Also