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