Share via


OptionButton.SpecialEffect Property

Outlook Forms Script Reference

Returns or sets an Integer that specifies the visual appearance of an object. Read/write.

Syntax

expression.SpecialEffect

expression   A variable that represents an OptionButton object.

Remarks

The settings for SpecialEffect are:

Value Description
0 Object appears flat, distinguished from the surrounding form by a border, a change of color, or both.
2 Object has a shadow on the top and left and a highlight on the bottom and right. The control and its border appear to be carved into the form that contains them. Default for OptionButton, valid for all controls (default).

SpecialEffect uses the system colors to define its borders.

See Also