Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.IsNotifiedOnMouseMove Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves whether the framework should notify for mouse moves.

Definition

Visual Basic .NET Public Property IsNotifiedOnMouseMove As Boolean
C# public bool IsNotifiedOnMouseMove { get; set; }
Managed C++ public: __property bool get_IsNotifiedOnMouseMove();
public: __property void set_IsNotifiedOnMouseMove(bool);
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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