Framework.IsNotifiedOnMouseMove Property (IsNotifiedOnMouseMove)

Retrieves whether the framework should notify for mouse moves.

Definition

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);

Property Value

System.Boolean
Set to true if the framework should notify for mouse moves; otherwise, false.

This property is read/write. 
Show: