Propriedade OptionButton.BackStyle (Script do Outlook Forms)

Returns or sets an Integer that specifies the background style for an object. Leitura/gravação.

Sintaxe

expressão. Backstyle

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

Comentários

The possible values are 0 and 1. 0 represents the background as transparent, 1 represents the background as opaque.

The BackStyle property determines whether a control is transparent. If BackStyle is 1, the control is not transparent and you cannot see anything behind the control on a form. If BackStyle is 0, you can see through the control and look at anything on the form located behind the control. The BackColor property is only valid if the BackStyle property is set to 1.

BackStyle does not affect the transparency of bitmaps. You must use a picture editor such as Paintbrush to make a bitmap transparent. Not all controls support transparent bitmaps.

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.