CheckBox.SpecialEffect Property (Outlook Forms Script)
Returns or sets an Integer that specifies the visual appearance of an object. Read/write.
Syntax
expression .SpecialEffect
expression A variable that represents a CheckBox 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 CheckBox. |
SpecialEffect uses the system colors to define its borders.