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

strText
A string value to show.
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 strText As System.String, _
   ByVal nX As System.Integer, _
   ByVal nY As System.Integer _
) 
C# 
public void Show( 
   System.string strText,
   System.int nX,
   System.int nY
)

Parameters

strText
A string value to show.
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