Framework.IsNotifiedOnMouseMove Property (IsNotifiedOnMouseMove)
Retrieves whether the framework should notify for mouse moves.
Visual Basic Public Property IsNotifiedOnMouseMove As Boolean C# public bool IsNotifiedOnMouseMove { get; set; } C++ public:
property bool IsNotifiedOnMouseMove {
bool get();
void set(bool value);
}JScript public function get IsNotifiedOnMouseMove() : boolean
public function set IsNotifiedOnMouseMove(boolean);
System.Boolean
This property is read/write.
Set to true if the framework should notify for mouse moves; otherwise, false.
Show: