summaryP:DotNetNuke.UI.WebControls.DNNLabelEdit.ShowToolBarEventName
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)
Syntax
C# |
---|
[DefaultValueAttribute("onmousemove")] [ClientPropertyNameAttribute("tbEvent")] [ClientPropertyAttribute] public string ShowToolBarEventName { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("onmousemove")> <ClientPropertyNameAttribute("tbEvent")> <ClientPropertyAttribute> Public Property ShowToolBarEventName As String Get Set |