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.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax public string AlternateText { get; set; }
Property Value
Type:
StringSee Also