Objeto page (Script do Outlook Forms)
Representa uma página de uma MultiPage ou um único membro de uma coleção Pages .
Comentários
Cada objeto Page contém seu próprio conjunto de controles e não depende necessariamente de outras páginas da coleção para obter informações. Uma Página herda algumas propriedades de seu contêiner; o valor de cada propriedade herdada é definido pelo contêiner.
Referencie uma Página pelo valor do índice. Esse valor reflete a posição ordinal do Page no conjunto. O índice do primeiro Page de um conjunto é 0, o do segundo Page é 1 e assim por diante.
O nome padrão da primeira página é Page1. O nome padrão da segunda página é Page2.
Métodos
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 page. |
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. |
Propriedades
Nome | Descrição |
---|---|
Accelerator | Returns or sets the accelerator key for the page. Leitura/gravação. |
ActiveControl | Returns an Object that has the focus. Somente leitura. |
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 specifies the text that appears on the page. Leitura/gravação. |
ControlTipText | Returns and sets a String that specifies text that appears when the user briefly holds the mouse pointer over a control without clicking. Leitura/gravação. |
Cycle | Returns or sets an Integer that specifies whether cycling includes controls nested in a MultiPage. 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. |
Índice | Returns or sets an Integer that specifies the position of a Page object in a Pages collection. Leitura/gravação. |
InsideHeight | Retorna um Long que especifica a altura, em pontos, da região do cliente dentro de uma Página. Somente leitura. |
InsideWidth | Retorna um Long que especifica a largura, em pontos, da região do cliente dentro de uma Página. Somente leitura. |
KeepScrollBarsVisible | Returns or sets an Integer that specifies whether scroll bars remain visible when not required. Leitura/gravação. |
Nome | Returns or sets a String that specifies the name of an object. Leitura/gravação. |
Responsável | Returns an Object that represents the parent object of the specified page. Somente leitura. |
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 page. 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 page 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 na Página. Leitura/gravação. |
ScrollLeft | Retorna ou define um Single que especifica a distância, em pontos, da borda esquerda do formulário visível da borda esquerda da Página. Leitura/gravação. |
ScrollTop | Retorna ou define um Single que especifica a distância, em pontos, da borda superior do formulário visível da borda superior da Página. 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 na Página. Leitura/gravação. |
Tag | Returns or sets a String that specifies additional information about 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 page. Leitura/gravação. |
Visible | Returns or sets a Boolean that specifies whether a Page is visible or hidden. Leitura/gravação. |
Ampliar | Returns or sets an Integer that specifies the percentage to increase or decrease the displayed image. 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.