SetToolTip(Control,String) Method
In This Topic
Syntax
'Declaration
Public Sub SetToolTip( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.String _
)
public void SetToolTip(
System.Windows.Forms.Control ,
System.string
)
Parameters
- control
- text
See Also