dbicTips Send comments on this topic.
Width Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > AfterTipLocationCalculatedEventArgs Class : Width Property

The width of the tooltip when it displays.

Syntax

Visual Basic (Declaration) 
Public Property Width As System.Integer
C# 
public System.int Width {get; set;}

Property Value

Integer

Remarks

Changing this property in this event will have no effect on the size of the displayed tip.  Use the AfterTipSizeCalculated Event instead.

Requirements

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

See Also