|
|
|
SftButton.HoverOn Event |
The mouse cursor is moved into the control.
Syntax
VB.NET |
Private Sub object_HoverOn(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HoverOn |
||
VB |
Private Sub object_HoverOn() |
||
C#.NET |
void object_HoverOn(object sender, EventArgumentType e); |
||
VC++ |
void OnHoverOnobject(); |
||
C |
HRESULT OnHoverOnobject(); |
||
Delphi |
procedure objectHoverOn(Sender: TObject); |
object
A SftButton object.
Comments
The HoverOn event occurs when the mouse cursor is moved into the control.
The HoverStyle property defines how images respond to mouse cursor positions.
The HoverOff event occurs when the mouse cursor is moved outside the control.