Microsoft DirectX 8.1 (C++)

_IMSVidCtlEvents::Click

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Click method is called when a user clicks anywhere on the Video Control’s rectangle.

Syntax

void Click();

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

The dispatch identifier (dispid) of this method is DISPID_CLICK.

See Also