Share via


Label.BackStyle Property (Outlook Forms Script)

Dient zum Zurückgeben oder Festlegen eines Werts vom Typ Integer, der das Hintergrundformat eines Objekts angibt. Lese-/Schreibzugriff.

Syntax

Ausdruck. Backstyle

Ausdruck Eine Variable, die ein Label-Objekt darstellt.

HinwBemerkungeneise

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 wirkt sich nicht auf die Transparenz von Bitmaps aus. Wenn Sie eine Bitmap transparent formatieren möchten, müssen Sie einen Bildeditor, wie beispielsweise Paintbrush, verwenden. Nicht alle Steuerelemente unterstützen transparente Bitmaps.

Support und Feedback

Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.