Framework.IsNotifiedOnMouseMove Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center