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