'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.LocalizableAttribute(True)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")> Public Overridable Property ToolTip As System.String
'Usage
Dim instance As SubmitMenu Dim value As System.String instance.ToolTip = value value = instance.ToolTip
[System.ComponentModel.DefaultValue()] [System.ComponentModel.Localizable(true)] [WebCategory("Behavior")] [WebSysDescription("The tooltip displayed when the mouse is over the control.")] public virtual System.string ToolTip {get; set;}