Framework.IsNotifiedOnMouseMove Property |
Language: |
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.
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