dbicTips Send comments on this topic.
Show(dbiTipsObject,Point) Method
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class > Show Method : Show(dbiTipsObject,Point) Method

objTips
A tooltip object to display.
ptPoint
The screen coordinates to show the tooltip at.
Forces a tooltip to display.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Show( _
   ByVal objTips As dbiTipsObject, _
   ByVal ptPoint As System.Drawing.Point _
) 
C# 
public void Show( 
   dbiTipsObject objTips,
   System.Drawing.Point ptPoint
)

Parameters

objTips
A tooltip object to display.
ptPoint
The screen coordinates to show the tooltip at.

Requirements

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

See Also