Always A read-only property with a DAEvent that occurs at all times. LeftButtonDown A read-only property with a DAEvent value that occurs when the left mouse button is pressed. LeftButtonUp A read-only property with a DAEvent value that occurs when the left mouse button is released. Never A read-only property with a DAEvent value that never occurs. RightButtonDown A read-only property with a DAEvent value that occurs when the right mouse button is pressed. RightButtonUp A read-only property with a DAEvent value that occurs when the right mouse button is released.
A read-only property with a DAEvent that occurs at all times. It produces no data.
Syntax
lib.Always
A read-only property with a DAEvent value that occurs when the left mouse button is pressed. This is a state-transition event. It produces no data.
Syntax
lib.LeftButtonDown
A read-only property with a DAEvent value that occurs when the left mouse button is released. This is a state-transition event. It produces no data.
Syntax
lib.LeftButtonUp
A read-only property with a DAEvent value that never occurs. It produces no data.
Syntax
lib.Never
A read-only property with a DAEvent value that occurs when the right mouse button is pressed. This is a state-transition event. It produces no data.
Syntax
lib.RightButtonDown
A read-only property with a DAEvent value that occurs when the right mouse button is released. This is a state-transition event. It produces no data.
Syntax
lib.RightButtonUp
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.