Propriedade Page.CanPaste (Script do Outlook Forms)
Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Somente leitura.
Sintaxe
expressão. Canpaste
Expressão Uma variável que representa um objeto Page .
Comentários
True if the object can receive information pasted from the Clipboard, False if the object cannot receive information pasted from the Clipboard.
CanPaste is read-only.
If the Clipboard data is in a format that the object does not support, the CanPaste property is False. For example, if you try to paste a bitmap into an object that only supports text, CanPaste will be False.
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.