CollapsibleImageAlternateText Property |
Gets or sets the alternate text displayed in the System.Web.UI.WebControls.Image
control when the image is unavailable. Browsers that support the ToolTips
feature display this text as a ToolTip.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public string AlternateText { get; set; }
Property Value
Type:
StringSee Also