다음을 통해 공유


Attachment.SpecialEffect Property (Access)

You can use the SpecialEffect property to specify whether special formatting will apply to the specified object. Read/write Byte.

Version Information

추가된 버전: Access 2007

Syntax

.SpecialEffect

A variable that represents an Attachment object.

Remarks

The SpecialEffect property uses the following settings.

Setting

Visual Basic

Description

Flat

0

The object appears flat and has the system's default colors or custom colors that were set in Design view.

Raised

1

The object has a highlight on the top and left and a shadow on the bottom and right.

Sunken

2

The object has a shadow on the top and left and a highlight on the bottom and right.

Etched

3

The object has a sunken line surrounding the control.

Shadowed

4

The object has a shadow below and to the right of the control.

Chiseled

5

The object has a sunken line below the control.

The SpecialEffect property setting affects related property settings for the BorderStyle , BorderColor , and BorderWidth properties. For example, if the SpecialEffect property is set to Raised, the settings for the BorderStyle, BorderColor, and BorderWidth properties are ignored. In addition, changing or setting the BorderStyle, BorderColor, and BorderWidth properties may cause Microsoft Access to change the SpecialEffect property setting to Flat.

참고 항목

개념

Attachment Object Members

Attachment Object