Propriedade OptionButton.Caption (Script do Outlook Forms)

Returns or sets a String that appears on an object to identify or describe it. Leitura/gravação.

Sintaxe

expressão. Legenda

Expressão Uma variável que representa um objeto OptionButton .

Comentários

The default caption for a control is a unique name based on the type of control. For example, CommandButton1 is the default caption for the first command button in a form.

If a control's caption is too long, the caption is truncated. If a form's caption is too long for the title bar, the title is displayed with an ellipsis.

The ForeColor property of the control determines the color of the text in the caption.

Setting AutoSize to True automatically adjusts the size of the control to frame the entire caption.

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.