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

Determines if the default painting routines will be used or not.

Syntax

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

Property Value

Boolean

Remarks

Setting this property to False will allow the developer the override the painting of the tool tip.

Requirements

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

See Also