Click or drag to resize
LocalizedCopyToClipboardButtonToolTipNotSupportedResourceString Property
Gets or sets resource string for tool tip of button, which is used when 'copy' command is not supported by client's browser.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string ToolTipNotSupportedResourceString { get; set; }

Property Value

Type: String
See Also