| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Show( _ ByVal strText As System.String, _ ByVal nX As System.Integer, _ ByVal nY As System.Integer _ ) | |
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.