Share via


_DRecipientControl.SpecialEffect Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property SpecialEffect As Integer
    Get
    Set
'Usage
Dim instance As _DRecipientControl
Dim value As Integer

value = instance.SpecialEffect

instance.SpecialEffect = value
[DispIdAttribute()]
int SpecialEffect { get; set; }

Property Value

Type: System.Int32

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 _DRecipientControl.

SpecialEffect uses the system colors to define its borders.

See Also

Reference

_DRecipientControl Interface

_DRecipientControl Members

Microsoft.Office.Interop.Outlook Namespace