Compartir a través de


Evento OlkOptionButton.MouseDown (Outlook)

Occurs when the user presses a mouse button on the control.

Sintaxis

expresión. MouseDown (Button, Shift, x, y)

Expresión Variable que representa un objeto OlkOptionButton .

Parameters

Nombre Obligatorio/opcional Tipo de datos Descripción
Button Obligatorio Número entero An OlMouseButton constant that specifies which button on the mouse has been pressed.
Shift Obligatorio Número entero Una máscara OR bit a bit de constantes en la enumeración OlShiftState que especifica si se han presionado las teclas MAYÚS, CTRL o ALT.
X Obligatorio [OLE_XPOS_CONTAINER] Identifies the location of the mouse cursor on the X-axis relative to the form.
Y Obligatorio [OLE_YPOS_CONTAINER] Identifies the location of the mouse cursor on the Y-axis relative to the form.

Consulte también

OlkOptionButton (objeto)

Soporte técnico y comentarios

¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.