DirectAnimation Animated Header --DAStatic Properties Relevant to DAEvent Objects DirectAnimation Animated Header --DAStatic Properties Relevant to DAEvent Objects* Microsoft DirectAnimation SDK
*Contents  *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



Always

DAStatics Class

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

lib.Always


LeftButtonDown

DAStatics Class

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

DAStatics Class

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

DAStatics Class

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

lib.Never


RightButtonDown

DAStatics Class

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

DAStatics Class

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

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

*Top of Page