| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Show( _ ByVal strText As System.String, _ ByVal nX As System.Integer, _ ByVal nY As System.Integer, _ ByVal objControl As System.Windows.Forms.Control _ ) | |
| C# | |
|---|---|
public void Show( System.string strText, System.int nX, System.int nY, System.Windows.Forms.Control objControl ) | |
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.
- objControl
- A control to process this tooltip against (this will not "attach" the control to the tooltip but will show the tip while over the control then hide the tooltip when the mouse leaves the control).