DAStatics Properties Relevant to DAEvent Objects

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.

Always

DAStatics Class

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

Syntax

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.

Syntax

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.

Syntax

lib.LeftButtonUp

Never

DAStatics Class

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

Syntax

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.

Syntax

lib.RightButtonDown

RightButtonUp

DAStatics Class

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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.