Click or drag to resize
LocalizedCopyToClipboardButtonOnClientClick Property
Gets or sets the client-side script that executes when a button's click event is raised. If not initialized, null or empty string is set, gets return false; to prevent page submit. When custom client-side script is set, it must return false if page submit is not desired.

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

Property Value

Type: String
See Also