JAMS Developer Guide
ToolTip Property (ControlsCommon)


MVPSI.JAMSWeb.Controls Namespace > ControlsCommon Class : ToolTip Property
Syntax
'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 ControlsCommon
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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ControlsCommon Class
ControlsCommon Members