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



Gets or sets the alternate text displayed in the LiveImage control when the image is unavailable. Browsers that support the ToolTips feature display this text as a WebControl.ToolTip.

Syntax

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

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.ImageClass.AlternateText.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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