Gets or sets a value indicating whether the MouseMove event should be raised.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FireMouseMove() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksEnables / disables firing of the MouseMove event. This event is raised periodically while the user moves the mouse above the document area. It is disabled by default because it might lead to unnecessary processing overhead.
See Also