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

objTips
A tooltip object to display.
nX
The x-screen coordinate to display the tooltip at.
nY
The y-screen coordinate to display the tooltip at.
Forces a tooltip to display.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Show( _
   ByVal objTips As dbiTipsObject, _
   ByVal nX As System.Integer, _
   ByVal nY As System.Integer _
) 
C# 
public void Show( 
   dbiTipsObject objTips,
   System.int nX,
   System.int nY
)

Parameters

objTips
A tooltip object to display.
nX
The x-screen coordinate to display the tooltip at.
nY
The y-screen coordinate to display the tooltip at.

Requirements

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

See Also