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