Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SetToolTip Method
Name of the ToolTip control
String of text to appear as the tip


In This Topic
SetToolTip Method
In This Topic
Sets the ToolTip text for embedded (inner child) controls.
Syntax
'Declaration
 
Public Overridable Sub SetToolTip( _
   ByVal toolTipControl As ToolTip, _
   ByVal toolTipText As String _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim toolTipControl As ToolTip
Dim toolTipText As String
 
instance.SetToolTip(toolTipControl, toolTipText)

Parameters

toolTipControl
Name of the ToolTip control
toolTipText
String of text to appear as the tip
See Also