Gets or sets the button's tooltip text.
public override string ToolTip { get; set; }
Overrides Public Property ToolTip As String
A toolbar item's tooltip is shown whenever the mouse cursor pauses over the item. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.