Propriedade TextBox.DragBehavior (Script do Outlook Forms)
Returns or sets an Integer that specifies whether the system enables the drag-and-drop feature for the control. Leitura/gravação.
Sintaxe
expressão. DragBehavior
expression Uma variável que representa um objeto TextBox.
Comentários
The possible values of DragBehavior are 0 and 1. 0 represents that drag-and-drop action is not allowed. 1 represents that drag-and-drop action is allowed.
If the DragBehavior property is enabled, dragging in a text box starts a drag-and-drop operation on the selected text. If DragBehavior is disabled, dragging in a text box selects text.
You can combine the effects of the EnterFieldBehavior property and DragBehavior to create a large number of text box styles.
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.