Gets the value indicating whether mouse cursode is over element.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool Hot { get; }
Visual Basic (Declaration)
Public ReadOnly Property Hot As Boolean
Visual C++
public:
property bool Hot {
	bool get ();
}

See Also