Compartilhar via


Objeto CommandButton (Script do Outlook Forms)

Inicia, encerra ou interrompe uma ação ou uma série de ações.

Comentários

O procedimento de macro ou evento atribuído ao evento Click do controle CommandButton determina o que o CommandButton faz. Por exemplo, você pode criar um CommandButton que abre outro formulário. Também é possível exibir texto, uma imagem ou ambos em um CommandButton.

O único evento de um CommandButton é o evento Click.

Eventos

Nome Descrição
Click Occurs when the user clicks inside the control.

Propriedades

Nome Descrição
Accelerator Returns or sets the accelerator key for a control. Leitura/gravação.
AutoSize Returns or sets a Boolean that specifies whether an object automatically resizes to display its entire contents. Leitura/gravação.
BackColor Returns or sets a Long that specifies the background color of the object. Leitura/gravação.
BackStyle Returns or sets an Integer that specifies the background style for an object. Leitura/gravação.
Caption Returns or sets a String that appears on the button to describe what it does. Leitura/gravação.
Enabled Returns or sets a Boolean that specifies whether a control can receive the focus and respond to user-generated events. Leitura/gravação.
ForeColor Returns or sets a Long that specifies the foreground color of an object. Leitura/gravação.
Locked Returns or sets a Boolean that specifies whether a control can be edited. Leitura/gravação.
MouseIcon Returns a String that represents the full path name of a custom icon that is to be assigned to the control. Somente leitura.
MousePointer Returns or sets an Integer that specifies the type of pointer displayed when the user positions the mouse over a particular object. Leitura/gravação.
Picture Returns a String that specifies the full path name of a bitmap to display on a control. Somente leitura.
PicturePosition Retorna ou define um Inteiro que especifica o local da imagem em relação à sua legenda. Leitura/gravação.
TakeFocusOnClick Returns or sets a Boolean that specifies whether a control takes the focus when clicked. Leitura/gravação.
WordWrap Returns or sets a Boolean that specifies whether the contents of a control automatically wrap at the end of a line and the control expands to fit the text. Leitura/gravação.

Suporte e comentários

Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? 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.