Objeto Frame (Script do Outlook Forms)
Representa um grupo de controle funcional e visual.
Todos os botões de opção em um Quadro são mutuamente exclusivos, para que você possa usar o Quadro para criar um grupo de opções. Você também pode usar um Quadro para agrupar controles com conteúdo relacionado de perto. Por exemplo, em um aplicativo que processa pedidos do cliente, você pode usar um Frame para agrupar o nome, o endereço e o número da conta dos clientes.
Você também pode usar um Frame para criar um grupo de controles ToggleButton, mas os botões de alternância não são mutuamente exclusivos.
Para criar um grupo de controles OptionButton mutuamente exclusivos, você pode colocar os botões em um Quadro em seu formulário ou usar a propriedade OptionButton.GroupName .
Nome | Descrição |
---|---|
Click | Occurs when the user clicks inside the control. |
Nome | Descrição |
---|---|
Copy | Copies the contents of an object to the Clipboard. |
Cut | Removes selected information from an object and transfers it to the Clipboard. |
Paste | Transfers the contents of the Clipboard to an object. |
RedoAction | Inverte o efeito da ação desfazer mais recente. |
Repaint | Updates the display by redrawing the frame. |
Scroll | Moves the scroll bar on an object. |
SetDefaultTabOrder | Sets the TabIndex property of each control on a frame or page, using a default top-to-bottom, left-to-right tab order. |
UndoAction | Reverses the most recent action that supports the Undo command. |
Nome | Descrição |
---|---|
ActiveControl | Returns an Object that has the focus. Somente leitura. |
BackColor | Returns or sets a Long that specifies the background color of the object. Leitura/gravação. |
BorderColor | Returns or sets a Long that specifies the border color of an object. Leitura/gravação. |
BorderStyle | Returns or sets an Integer that specifies the type of border of the control. Leitura/gravação. |
CanPaste | Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Somente leitura. |
CanRedo | Retorna um booliano que especifica se o desfazer mais recente pode ser revertido. Somente leitura. |
CanUndo | Returns a Boolean that specifies whether the last user action can be undone. Somente leitura. |
Caption | Returns or sets a String that appears on an object to identify or describe it. Leitura/gravação. |
Cycle | Retorna ou define um Inteiro que especifica se o ciclismo inclui controles aninhados em um Quadro. 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. |
InsideHeight | Retorna um Long que especifica a altura, em pontos, da região do cliente dentro de um Quadro. Somente leitura. |
InsideWidth | Retorna um Long que especifica a largura, em pontos, da região do cliente dentro de um Quadro. Somente leitura. |
KeepScrollBarsVisible | Returns or sets an Integer that specifies whether scroll bars remain visible when not required. 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. |
PictureAlignment | Returns or sets an Integer that specifies the location of a background picture. Leitura/gravação. |
PictureSizeMode | Returns or sets an Integer that specifies how to display the background picture on a Frame. Leitura/gravação. |
PictureTiling | Returns or sets a Boolean that specifies whether a picture is repeated across the background of the object. Leitura/gravação. |
ScrollBars | Returns or sets an Integer that specifies whether a control has vertical scroll bars, horizontal scroll bars, or both. Leitura/gravação. |
ScrollHeight | Retorna ou define um Single que especifica a altura, em pontos, da área total que pode ser exibida movendo as barras de rolagem no Quadro. Leitura/gravação. |
ScrollLeft | Retorna ou define um Single que especifica a distância, em pontos, da borda esquerda da forma visível da borda esquerda do Quadro. Leitura/gravação. |
ScrollTop | Retorna ou define um Single que especifica a distância, em pontos, da borda superior da forma visível da borda superior do Quadro. Leitura/gravação. |
ScrollWidth | Retorna ou define um Single que especifica a largura, em pontos, da área total que pode ser exibida movendo as barras de rolagem no Quadro. Leitura/gravação. |
SpecialEffect | Returns or sets an Integer that specifies the visual appearance of an object. Leitura/gravação. |
VerticalScrollBarSide | Returns or sets an Integer that specifies whether a vertical scroll bar appears on the right or left side of a frame. Leitura/gravação. |
Ampliar | Returns or sets an Integer that specifies the percentage to increase or decrease the displayed image. Leitura/gravação. |
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.