| 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.