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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also