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

objTips
A tooltip object to display.
ptPoint
The screen coordinates to show the tooltip at.
objControl
A control to process this tooltip against (this will not "attach" the control to the tooltip but will show the tip while over the control then hide the tooltip when the mouse leaves the control).
Forces a tooltip to display.

Syntax

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

Parameters

objTips
A tooltip object to display.
ptPoint
The screen coordinates to show the tooltip at.
objControl
A control to process this tooltip against (this will not "attach" the control to the tooltip but will show the tip while over the control then hide the tooltip when the mouse leaves the control).

Requirements

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

See Also