DAStatic Properties Relevant to DAEvent Objects



Always

A read-only property with a DAEvent that occurs at all times. It produces no data.

lib.Always


LeftButtonDown

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.

lib.LeftButtonDown


LeftButtonUp

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.

lib.LeftButtonUp


Never

A read-only property with a DAEvent value that never occurs. It produces no data.

lib.Never


RightButtonDown

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.

lib.RightButtonDown


RightButtonUp

A read-only property with a DAEvent value that occurs when the right mouse button is relased. This is a state-transition event. It produces no data.

lib.RightButtonUp

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.