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