PowerWEB LiveControls for ASP.NET
ToolTip Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : ToolTip Property



Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

Syntax

Visual Basic (Declaration) 
Public Overrides Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
public override string ToolTip {get; set;}
C++/CLI 
public:
property String^ ToolTip {
   String^ get() override;
   void set (    String^ value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControlClass.ToolTip.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.