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

strText
A string value to show.
ptPoint
The screen coordinates to show the tooltip at.
Forces a tooltip to display.

Syntax

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

Parameters

strText
A string value to show.
ptPoint
The screen coordinates to show the tooltip at.

Requirements

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

See Also