ToolTipText property
Returns or sets the text that is displayed when the mouse pauses on an object at runtime. Read/write. String.
If the tooltip text is changed while the tool tip is being displayed, the text that is shown does not change until the tool tip is canceled and redisplayed.
Syntax
element
.ToolTipText
[ = string
]where
element
– is the name of a graphic element object or an expression that evaluates to a graphic element object.string
– is the text that is to be displayed in the tool tip for the element.Provide Feedback