Index Topic Contents | |||
Previous Topic: DAStatic Functions Relevant to DAEvent Objects Next Topic: DAStatic Properties Relevant to DAEndStyle Objects |
DAStatic Properties Relevant to DAEvent Objects
DAStatics Class
AlwaysA read-only property with a DAEvent that occurs at all times. It produces no data.
lib.Always
DAStatics Class
LeftButtonDownA 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
DAStatics Class
LeftButtonUpA 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
DAStatics Class
NeverA read-only property with a DAEvent value that never occurs. It produces no data.
lib.Never
DAStatics Class
RightButtonDownA 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
DAStatics Class
RightButtonUpA 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.