MultiPage.Click Event

Outlook Forms Script Reference

Occurs when the user clicks inside the control.

Syntax

expression.Click(Index, )

expression   A variable that represents a MultiPage object.

Parameters

Name Required/Optional Data Type Description
Index Required Long

Remarks

The following are examples of actions that initiate the Click event of the specified control:

  • Clicking a blank area of a form or a disabled control (other than a list box) on the form.
  • Clicking a control with the left mouse button (left-clicking).
  • Pressing a control's accelerator key.

The Click event is not initiated when Value is set to Null.

Left-clicking changes the value of a control, thus it initiates the Click event. Right-clicking does not change the value of the control, so it does not initiate the Click event.

See Also