Set or returns a word or short phrase that provides additional information about the control when the user's mouse pointer hovers over the control.
object.ToolTipText = [string]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the text that will appear in the tool tip when the user hovers over the object.
This property is useful if you want to provide some additional information to the user about the field without placing any additional text on the screen.
Tag property | UseMnemonic property
ScrollBar control (control deprecated in version 10.5)
© 2004-2021 looksoftware. All rights reserved.