Evento OlkContactPhoto. MouseDown (Outlook)OlkContactPhoto.MouseDown event (Outlook)
Ocorre quando o usuário pressiona um botão do mouse no controle.Occurs when the user presses a mouse button on the control.
SintaxeSyntax
expressão. MouseDown (botão, Shift, x, y)expression.MouseDown (Button, Shift, x, y)
expressão Uma variável que representa um objeto OlkContactPhoto .expression A variable that represents an OlkContactPhoto object.
ParâmetrosParameters
NomeName | Obrigatório/OpcionalRequired/Optional | Tipo de dadosData type | DescriçãoDescription |
---|---|---|---|
ButtonButton | ObrigatórioRequired | IntegerInteger | Uma constante OlMouseButton que especifica qual botão do mouse foi pressionado.An OlMouseButton constant that specifies which button on the mouse has been pressed. |
ShiftShift | ObrigatórioRequired | IntegerInteger | Uma máscara de bits ou de constantes na enumeração OlShiftState que especifica se as teclas Shift, Ctrlou ALT foram pressionadas.A bitwise-OR mask of constants in the OlShiftState enumeration that specifies whether the SHIFT, CTRL, or ALT keys have been pressed. |
XX | ObrigatórioRequired | [OLE_XPOS_CONTAINER][OLE_XPOS_CONTAINER] | Identifica a localização do cursor do mouse no eixo X em relação ao formulário.Identifies the location of the mouse cursor on the X-axis relative to the form. |
YY | ObrigatórioRequired | [OLE_YPOS_CONTAINER][OLE_YPOS_CONTAINER] | Identifica a localização do cursor do mouse no eixo de Y em relação ao formulário.Identifies the location of the mouse cursor on the Y-axis relative to the form. |
Confira tambémSee also
Objeto OlkContactPhotoOlkContactPhoto Object
Suporte e comentáriosSupport and feedback
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação?Have questions or feedback about Office VBA or this documentation? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.