SetToolTip |
Scroll |
Sets the tool tip for the specified field's text box control.
Namespace: Therefore.API
Visual Basic Public Overridable Function ResetToolTip ( _ nFieldNo As Integer, _ strToolTip As String _ ) C# public virtual void ResetToolTip ( int nFieldNo, string strToolTip )
ParametersnFieldNo Field number of the control for which to set the tool tip. strToolTip Tool tip text to be displayed when the user hovers the mouse over the the specified field's text box control. Return ValueNone. |
|