KaxBinaryImageAlternateText Property |
Gets or sets the alternate text displayed in the Image control when the image
is unavailable. Browsers that support the ToolTips feature display this text as
a ToolTip.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string AlternateText { get; set; }
Public Overridable Property AlternateText As String
Get
Set
public:
virtual property String^ AlternateText {
String^ get ();
void set (String^ value);
}
abstract AlternateText : string with get, set
override AlternateText : string with get, set
Property Value
Type:
String
See Also