|
|
|
SftButton.HoverOnControl Property |
The mouse cursor is located on the control.
Syntax
VB.NET |
Boolean = object.HoverOnControl As Boolean |
||
VB |
Boolean = object.HoverOnControl As Boolean |
||
C#.NET |
bool Boolean = object.HoverOnControl; |
||
VC++ |
VARIANT_BOOL Boolean = object->HoverOnControl;
|
||
C |
HRESULT object->get_HoverOnControl(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.HoverOnControl : WordBool; |
object
A SftButton object.
Boolean
The mouse cursor is located on the control.
Boolean |
Description |
True |
The mouse cursor is located on the control. |
False |
The mouse cursor is not located on the control. |
Comments
The HoverOnControl property returns whether the mouse cursor is located on the control.