RotatorControlButtonsConfigurationOnClientButtonOver Property |
The name of the javascript function called when the mouse is over one of the control buttons.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string OnClientButtonOver { get; set; }
Public Property OnClientButtonOver As String
Get
Set
public:
property String^ OnClientButtonOver {
String^ get ();
void set (String^ value);
}
member OnClientButtonOver : string with get, set
Property Value
Type:
String
RemarksThis event is raised only when the rotator is in ButtonsOver mode!
See Also